Collects Intune Autopilot hardware info from multiple PCs and accumulates it into a single importable CSV per customer.
- Copy both files onto a USB stick
- Double-click
Run-AutopilotTool.baton each PC - Select an existing customer or create a new one
- Repeat for every PC — each run appends one row to the customer's
autopilot.csv - Import the finished CSV into Intune / Windows Autopilot
- Windows 10/11
- PowerShell 5.1+
- Admin rights (the BAT auto-elevates via UAC)
Get-WindowsAutoPilotInfoscript — auto-installed on first run if missing
/Run-AutopilotTool.bat
/Create-AutopilotCSV.ps1
/CustomerA/autopilot.csv
/CustomerB/autopilot.csv
- Duplicate detection is based on device serial number — re-running on the same PC skips the entry
- No permanent changes to PowerShell execution policy; bypass is session-scoped only