Forum Discussion
Autopilot - stuck at device registration
Hi,James Lau
i have made the experience that you must not open the CSV before uploading it to the Intune Portal, otherwise it will not be uploaded or only uploaded with errors.
secondly i believe that you should not put the User in the CSV, but create dynamic groups, for adding them automaticly.
Here is the AutoPilot HWINfo Skript, you can add/delete on line 129-134 and dont forget to add on line 183 which parameter you want to have in the Output-csv.
I Uploaded my Skript.
You have to change the parameter for Group-Tag. And then add a dynamic Group where the Group Tag will be assigned to a user Group.
The User will be added to the Computer, whren he logs on the first time.
The dynamic Group is:
(device.devicePhysicalIds -any _ -eq "[OrderID]:Germany")
Here is the Fault, that in the CSV is called Group Tag and in the Dynamic Group OrderID.
Regards,
Phil
- James LauSep 14, 2020Copper Contributor
RauschNauti Thanks