Skip to content

Instantly share code, notes, and snippets.

@win2000b
Created November 9, 2020 15:28
Show Gist options
  • Save win2000b/a4f52ed37001b5212d1e0d7a257466d6 to your computer and use it in GitHub Desktop.
Save win2000b/a4f52ed37001b5212d1e0d7a257466d6 to your computer and use it in GitHub Desktop.
Get AutoPilot Info Online
# 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