Skip to content

Instantly share code, notes, and snippets.

@KIT-KS
KIT-KS / Get-WindowsAutopilotinfo.ps1
Created February 19, 2025 09:28 — forked from win2000b/Get-WindowsAutopilotinfo.ps1
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