Skip to content

Instantly share code, notes, and snippets.

@pax8-dkirby
Created January 21, 2020 03:01
Show Gist options
  • Save pax8-dkirby/89b5565122234ed20d53fd6ac8f15b82 to your computer and use it in GitHub Desktop.
Save pax8-dkirby/89b5565122234ed20d53fd6ac8f15b82 to your computer and use it in GitHub Desktop.
Windows 10 Get HWID for Autopilot
md c:\\HWID
Set-Location c:\\HWID
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted
Install-Script -Name Get-WindowsAutoPilotInfo
Get-WindowsAutoPilotInfo.ps1 -OutputFile AutoPilotHWID.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment