From the course: Microsoft 365: Implement Modern Device Services

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Retrieve device details for Autopilot

Retrieve device details for Autopilot

From the course: Microsoft 365: Implement Modern Device Services

Start my 1-month free trial

Retrieve device details for Autopilot

- [Narrator] In order to utilize Windows 10 autopilot, there are a few steps that need to be completed. For this scenario, we'll utilize a virtual machine and we'll retrieve some information about the device which we will then upload into the Microsoft Intune portal. To do this, we need to use PowerShell. So I've launched Powershell ISE, as an administrator, and my first task is to execute the execution policy command and set that to unrestricted. This is so that when we install the script from the Microsoft source, which we'll be using a NuGet package and into where they're stored, we won't have any security complications. So I'm going to simply select that, and execute. Now what this will do is come back and notify you that you are changing the execution policy and there's a security risk. For now we can just say yes to all. And they're going to actually install what's called get windows autopilot info. This is a PowerShell…

Contents