Capture Client Workstation Hardware ID

RapidIdentity Platform Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

Follow these steps to capture the Client workstation hardware ID.

  1. On Client workstation: Open an elevated Windows PowerShell prompt and run the following commands.
  2. New-Item -Type Directory -Path "C:\HWID"
  3. Set - Location C:\HWID
  4. Set - ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
  5. Install - Script -Name Get-WindowsAutopilotInfo -Force
  6. $env:Path += ";C:\Program Files\WindowsPowerShell\Scripts"
  7. Get - WindowsAutopilotInfo -OutputFile AutopilotHWID.csv
  8. When you're prompted to install the NuGet package, choose Yes.
  9. Navigate to C:\HWID directory to find AutopilotHWID.csv. This file contains the complete Hardware ID(4K Hardware Hash).

You'll need to upload this data into Intune to register your device for Autopilot. Save this file to the workstation you'll use to access the Azure portal.

  • If you're using a physical device instead of a VM, you can copy the file to a USB drive.
  • If you're using a VM, you can right-click the AutopilotHWID.csv file and copy it. Then right-click and paste the file to your desktop (outside the VM).