Launch Windows PowerShell as administrator.
Set-ExecutionPolicy unrestricted and accept All
Install-Script -Name Get-WindowsAutoPilotInfo and accept All
Get-WindowsAutoPilotInfo.ps1 -OutputFile store_location
Go to the target location and get the csv file to import into Autopilot Device.
And also can directly upload from the powershell script.
#set-executionpolicy bypass
#Install-Script -Name get-windowsautopilotinfo -Force
#Get-WindowsAutoPilotInfo -Online
Login as adminstrator
No comments:
Post a Comment