Created
January 21, 2020 03:01
-
-
Save pax8-dkirby/89b5565122234ed20d53fd6ac8f15b82 to your computer and use it in GitHub Desktop.
Windows 10 Get HWID for Autopilot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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