Created
April 22, 2020 16:43
-
-
Save pax8-dkirby/9a7a74d17b3038dfc74ebf75141dd353 to your computer and use it in GitHub Desktop.
Get-HWID for Windows 10 Devices
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
thanks