Jump to content

Recommended Posts

Posted

Hello,

 

I'm looking at the best way of registering a laptops to intune.

 

We currently reimage the laptop, and at the OOBE we run the scrip that joins the laptop to Intune, We assign the laptop to the student within Intune console, and we get the laptop to reboot after syncing and it would appear with the student email address. Now it just appears with sign in with a Microsoft account.

 

How do you get yours to register on Intune?

Posted

Short version

 

I pull the device ID from the machine at OOBE (https://www.thelazyadministrator.com/2020/01/27/get-a-new-computers-auto-pilot-hash-without-going-through-the-out-of-box-experience-oobe/

 

Import the device into intune, apply a deployment profile (Usually with a dynamic group via a group tag)

 

Then at oobe do the konami code (press windows key 5 times) and pick windows autopilot provisioning then after it provisions, reseal then hand to user

 

This is full AAD not HAAD

  • Thanks 1
Posted

Use Autopilot - Best way I have found.

 

If you doing it manually you can do the below oversize MDT is my go to:

- Create the Autopilot profile.

- Download the json Autopilot profile via Powershell.

- Re-Install Windows (This way you remove all the OEM crap from the OS).

- The copy over the Autopilot profile (JSON file that has been exported via Powershell) to C:\Windows\Provisioning\Autopilot\AutopilotConfigurationFile.json - Make sure this step is completed before connecting the device to the network/internet.

If your doing a mass deployment you can use this method with MDT or SCCM.

 

More information on the above can be found here: https://docs.microsoft.com/en-us/mem/autopilot/existing-devices

 

We've done this for quite a few schools now via MDT and it works quite well. Autopilot auto names the device for us in-which add's it to the correct group automatically and then applys relevant settings, apps and configs apply based off the group.

Posted
Hello,

 

I'm looking at the best way of registering a laptops to intune.

 

We currently reimage the laptop, and at the OOBE we run the scrip that joins the laptop to Intune, We assign the laptop to the student within Intune console, and we get the laptop to reboot after syncing and it would appear with the student email address. Now it just appears with sign in with a Microsoft account.

 

How do you get yours to register on Intune?

 

We also do this. Reimage the laptop, run script at OOBE to join Intune, assign deployment profile in Endpoint Manager using dynamic group tags and reboot.

Posted

There's a great channel for Intune stuff on youtube. http://intune.training

One of the guys is a PowerShell wiz and runs a site called Powers Hell - well worth a read through his stuff, if your into that.

 

As far as Adding things to Intune, if the device ID hasn't been added to your Tenant by your Vendor, you can create a bootable device and use that to enroll with AutoPilot:

 

Create a bootable Windows 10 Autopilot device with PowerShell! | Powers Hell (powers-hell.com)

  • Thanks 3

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...