This is just one way to get the Hardware ID from a Windows device for importing into Autopilot. This is handy if you have the odd device you need to add into Intune manually.
From PowerShell
set-executionpolicy unrestricted -force
create a folder to store the csv file
install-script get-windowsautopilotinfo (Respond Y three times to the prompts)
get-windowsautopilotinfo.ps1 -outputfile "path to export the file".csv
If you like the content, please Subscribe, like and share
Thanks for watching