Forum Discussion
AB21805
Jan 07, 2022Bronze Contributor
Retrieve device info from CMD for autopilot
Hi all, I want to start using AutoPilot on some devices, but I am getting issues with sending device info into "Windows Autopilot Devices" in intune. When I am on the OOBE of a device I press Shift +...
Jan 07, 2022
You could try this command line to get a better error output
Install-Script -Name Get-WindowsAutopilotInfo -Force -Verbose -Debug
Another possibility would be to indeed download the get-windowsautopilot.ps1 file and place it on a USB stick... We are also doing the same and built in some additional checks
Install-Script -Name Get-WindowsAutopilotInfo -Force -Verbose -Debug
Another possibility would be to indeed download the get-windowsautopilot.ps1 file and place it on a USB stick... We are also doing the same and built in some additional checks
AB21805
Jan 07, 2022Bronze Contributor
Hi Rudy
Where would I find the get-windowsautopilot.ps1 and how would I run it from cmd after running powershell?
Where would I find the get-windowsautopilot.ps1 and how would I run it from cmd after running powershell?