Intune Group Tags Dynamic Assignment

Windows Autopilot registered devices is a great way to automate the deployment process without much of technician interaction.

Aside from the device profile you can execute when a registered device is recognized, you can use Group Tags ( See Group Tags Blog post ) to further customized the desktop to the user or role that device will perform

Side Note:

Keeping Intune portal (M365 Device Portal) clean should be top of mind for administrator out there! —
Please read:

Let’s contunue…

Most Group Tags are assigned at the time of ordering, but they can also be added manually post order by going into your device portal:

  • Sign in to the Intune admin center.
  • Click on Devices and then click on Enrollment.
  • Under the Windows tab, click on Devices under Windows Autopilot category
  • Find a device you want to apply a group tag and click on it.
  • Search for the Group tag field, type the name of a group tag, and Save.

Group Tag Assignments can also be done dynamically by executing a powershell script. A couple of examples follow:

How Many Group Tags should I have within my environment?

This is a great question that, frankly there has been no guidance from Microsoft on. I have seen organizations managing thousands of devices with as little as 3 group tags. Other organizations have hundreds of group tags for whatever reason they seemed appropriate.

I think a fantastic explanation of group tags within large organizations was provided by Steve Weiner from Rubix on his multi-part blog posts: Autopilot Group Tags

After reading this PLUS some of what I have seen, I can provide the following observations/recommendations

  • Keep the number of Group Tags LOW
  • Keep in mind Modern Device Management is about user access/ user permission and policies. You are not targeting devices like you used to in Config Manager.
  • Not a good idea to use Group Tags to name your computers based on location ( Device names are becoming less important than they used to be given the visibility we have in Endpoint Manager to who is using what)

Hopefully this helps!

Additional Resources:

Update:

Add A Group Tag To Intune Autopilot Devices Using Powershell (cloudinfra.net)

Similar Posts