Description:
The Get-WindowsAutoPilotInfo.ps1 script is used to gather necessary hardware information from Windows devices for use in Windows Autopilot. This guide explains the script’s purpose and the steps required after running it.

Steps:

  1. Run the Script: Execute the Get-WindowsAutoPilotInfo.ps1 script on the device you want to gather information from.
  2. Generate the JSON File: The script will collect hardware details and output them into a JSON file. This file contains necessary information such as hardware hashes, serial numbers, and other identifiers.
  3. Upload to Intune: Manually upload the JSON file to the Intune portal as part of the Windows Autopilot deployment profile. Go to Microsoft Endpoint Manager admin center > Devices > Windows enrollment > Devices and use the Import feature to upload the file.
  4. Assign Deployment Profile: After uploading, assign the Autopilot deployment profile to the device to ensure it gets enrolled and configured according to your organization’s requirements.

Note: The script is a preparatory step in the Autopilot deployment process, and manual action is required to complete the enrollment in Intune.

Tags:

#AutoPilot #Intune #DeviceManagement #WindowsDevices