Forum Discussion
Rajesh Khanikar
Oct 10, 2018Copper Contributor
How do we set PurchaseOrderId using Get-WindowsAutoPilotInfo.ps1
We would like to use intune to manage all our existing and new Windows computers. We have several offices and today we use different computer configuration policies for different locations. Today, we...
JeffGilbert
Feb 06, 2025Copper Contributor
Try Get-WindowsAutoPilotInfo -OutputFile <your file.csv> -GroupTag <your orderID value>. If you add the -online switch you'll have to log on, but won't need to mess with the csv either.