Forum Discussion
MRobertson
Jul 24, 2023Copper Contributor
Possible to set an AutoPilot GroupTag during SCCM/MECM Task Sequence deployment?
We have followed these instructions provided by Microsoft for reimaging existing PCs to an "Intune-only" configuration using a Task Sequence and it is all working well.
https://learn.microsoft.com/en-us/mem/autopilot/tutorial/existing-devices/existing-devices-workflow
However, we also need to set an autopilot "group tag" as part of reimaging and onboarding these PCs.
I have not been able to find any method to do this through the Task Sequence process. I have even tried adding a "groupTag": "Migrated" entry to theAutopilotConfigurationFile.json file we use but unfortunately no success.
Does anyone have any ideas about how this could be done? Thanks.
- I created this method for that (https://powershellisfun.com/2022/07/09/upload-windows-autopilot-hardware-hash/) , using an App Registration
3 Replies
Sort By
- I created this method for that (https://powershellisfun.com/2022/07/09/upload-windows-autopilot-hardware-hash/) , using an App Registration
- MRobertsonCopper ContributorThis is very useful! Many thanks Harm.
- No problem, please mark my answer as solution to mark it as solved