Skip to content

Stumpowitch/AutopilotTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Autopilot CSV Tool

Collects Intune Autopilot hardware info from multiple PCs and accumulates it into a single importable CSV per customer.

Usage

  1. Copy both files onto a USB stick
  2. Double-click Run-AutopilotTool.bat on each PC
  3. Select an existing customer or create a new one
  4. Repeat for every PC — each run appends one row to the customer's autopilot.csv
  5. Import the finished CSV into Intune / Windows Autopilot

Requirements

  • Windows 10/11
  • PowerShell 5.1+
  • Admin rights (the BAT auto-elevates via UAC)
  • Get-WindowsAutoPilotInfo script — auto-installed on first run if missing

Folder structure

/Run-AutopilotTool.bat
/Create-AutopilotCSV.ps1
/CustomerA/autopilot.csv
/CustomerB/autopilot.csv

Notes

  • 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

About

Autopilot CSV Tool — Collect Windows Autopilot hardware info from multiple PCs onto a USB stick and merge it into a single Intune-importable CSV per customer.

Resources

License

Stars

Watchers

Forks

Contributors