With autopilot HWID -online switch it’s possible to inject the HWID directly into Intune so there is no need to down and upload civ files.
Start laptop, in the OOBE bootscreen press (shift + F10)
PowerShell.exe -ExecutionPolicy Bypass
Install-Script -name Get-WindowsAutopilotInfo -Force
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
Get-WindowsAutopilotInfo -Online
TIP : If you have no network connection type for network connections, Ncpa.cpl in the command prompt, this will open the network connections tab. From here it’s possible to add a wireless connection or press Windows Key + R to open run command, type ms-settings:network-wifi and hit enter.
Other useful commands :
command : systemreset
ms-settings:commands
Start-Process powershell – Verb runAs (start PowerShell as admin)
powershell Restart-Computer
command prompt : shutdown -s -t 0