Skip to content

Instantly share code, notes, and snippets.

@pax8-dkirby
Created April 22, 2020 16:43
Show Gist options
  • Save pax8-dkirby/9a7a74d17b3038dfc74ebf75141dd353 to your computer and use it in GitHub Desktop.
Save pax8-dkirby/9a7a74d17b3038dfc74ebf75141dd353 to your computer and use it in GitHub Desktop.
Get-HWID for Windows 10 Devices
md c:\\HWID
Set-Location c:\\HWID
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted
Install-Script -Name Get-WindowsAutoPilotInfo
Get-WindowsAutoPilotInfo.ps1 -OutputFile AutoPilotHWID.csv
@sodareverse
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment