Importing "ONLINE" Hardware Hash into Microsoft Intune for Windows Autopilot
Windows Autopilot streamlines the deployment and management of new devices in an enterprise environment. One critical step in setting up Autopilot is importing the hardware hash into Microsoft Intune. This guide walks you through the process using PowerShell.
Prerequisites
- Microsoft Intune License: Ensure your tenant is licensed for Intune.
- Admin Permissions: You need appropriate permissions to add devices to Intune.
- Windows PowerShell: Install the latest version of Windows PowerShell.
- Network Access: Devices must have access to the internet during hash extraction.
Steps to Import Hardware Hash
Install the Required Script
The scriptGet-WindowsAutopilotInfois used to gather hardware hashes. To install it, run the following command in an elevated PowerShell session:Gather Hardware Hash
Run the script to extract the hardware hash and upload it directly to Microsoft Intune:- What It Does:
- Captures hardware details (hardware hash, serial number, model, etc.).
- Uploads this information directly to the Autopilot deployment service in Intune.
- What It Does:
Verify Device Registration
After executing the script, log in to the Microsoft Endpoint Manager admin center:- Navigate to Devices > Windows > Windows enrollment > Devices.
- Ensure the imported device appears in the list with its hardware hash.
Assign an Autopilot Profile
Assign a pre-configured deployment profile to the imported device:- Go to Devices > Windows > Windows enrollment > Deployment profiles.
- Select a profile and assign it to the imported device.
No comments:
Post a Comment