Get AutoPilot Info Online
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
# At the OOBE, open a command prompt session. Shift F10 | |
# Launch PowerShell | |
Powershell.exe | |
# Set PowerShell Execution Policy | |
Set-ExecutionPolicy bypass | |
# Install the AutoPilot Script | |
install-script get-windowsautopilotinfo | |
# Run the Get Windows AutoPilot Info Command | |
Get-WindowsAutoPilotInfo.ps1 -online | |
# Login with Azure AD credentials when prompted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment