The instructions to Manually register devices with Windows Autopilot are found here: Manually register devices with Windows Autopilot | Microsoft Learn
Under the section Add devicesyou find these instructions
Now that you've captured hardware hashes in a CSV file, you can add Windows Autopilot devices by importing the file. To import the file by using Intune:
In the Microsoft Intune admin center, select Devices > Windows > Windows enrollment > Devices (under Windows Autopilot Deployment Program) > Import. ...
Can this step be performed with powershell somehow? The idea is to run a single script to enroll devices, but signing in with an account that has the necessary permissions, then navigating to that page, then clicking the various buttons to import the file - and repeating a few hundred times - is a bit of a pain.
Is there a way to...