Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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