Forum Discussion
Autopilot - stuck at device registration
I realised that csv format for CSP partner and intune's admin is different. I am new admin for intune , the require fields in csv as follows
Device Serial Number,Windows Product ID,Hardware Hash,Group Tag,Assigned User
Since my PC/NB new in the box, all i have is the Serial number and Window Product ID. Tried upload but the "import" button remain greyed out.
- Moe_KinaniBronze ContributorHave you tried this one? It should do the trick.
https://oofhours.com/2020/03/25/importing-a-device-hash-directly-into-intune/
Moe- James LauCopper Contributor
Moe_Kinani thanks, getting the 4K HH require me to unbox and have to do it for all new system, for cases where remote deployment are necessary, i cant take this path.
- Moe_KinaniBronze ContributorI would check with manufacturer if can add to your tenant. Otherwise you don’t have other ways to go around it.
Moe
- RauschNautiCopper Contributor
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 LauCopper Contributor
RauschNauti Thanks