Forum Discussion
ITSTorg
Sep 04, 2024Copper Contributor
How To Remotely Autopilot Laptops via -Online switch
I have existing remote laptops that I want to autopilot but how do I submit HWID using the -online which requires intune admin credentials? Is there a Just-in-time permission and/or single use passwo...
Sep 05, 2024
What you can do, is to fire a remote powershell script that collects the hw hash for you and upload to a Azure blob storage account. And than upload the csv's to Autopilot. Or first append them in one csv and than upload.
https://github.com/jaysamthanki/intune/blob/main/Get-Hardwarehash.ps1
https://github.com/jaysamthanki/intune/blob/main/Get-Hardwarehash.ps1