windows-itpro-docs icon indicating copy to clipboard operation
windows-itpro-docs copied to clipboard

Can we please mention the easiest way: Get-WindowsAutopilotInfo.ps1 -Online?

Open vazome opened this issue 2 years ago • 1 comments

There is no need to do all these steps with capturing hardware ID if you just do Get-WindowsAutopilotInfo -Online via CMD (Shift + F10) in OOBE.

Set-ExecutionPolicy -Scope Bypass -Force
Install-Script -Name Get-WindowsAutopilotInfo -Force
Get-WindowsAutopilotInfo.ps1 -Online

Sure doing it offline is an option but in my opinion first one must be the easiest: Get-WindowsAutopilotInfo.ps1 -Online


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

vazome avatar Jul 29 '21 17:07 vazome

Also, no need to finish OOBE since there is possibility to invoke CMD after network configuration

vazome avatar Jul 29 '21 17:07 vazome