"Powershell"
When the option for this comes up, right click and select run as administrator.
Then copy and paste the text below into the window, and click enter.
[Net.servicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12New-Item -Type Directory -Path "C:\HWID"Set-Location -Path "C:\HWID"$env:Path += ";C:\Program Files\WindowsPowerShell\Scripts"Set-ExecutionPolicy Bypass -scope Process -ForceInstall-Script -Name Get-WindowsAutopilotInfoGet-WindowsAutopilotInfo -OutputFile AutopilotHWID.csv
This will chug away for a few seconds, and will probably prompt you to enter "Y" so it can complete its process.
When its done it creates a folder in the C:\ called HWID, with a file in it called "AutopilotHWID.csv"