Forum Discussion
Jason_B1025
Feb 02, 2022Brass Contributor
Dynamic group for devices that don't have a group tag
We have group tags in the enrolled devices of test, pilot, and prod
I'd like to create a dynamic group for devices that don't have a group tag. I've tried using Null or $null for the orderID. but I can't seem to get the right format.
Is it possible?
Thanks,jb
You can use this to create a Dynamic group for Autopilot devices without a OrderID/GroupTag
(device.devicePhysicalIDs -any _ -contains "[ZTDId]") and (device.devicePhysicalIds -all _ -notContains "[OrderID]:")
You can use this to create a Dynamic group for Autopilot devices without a OrderID/GroupTag
(device.devicePhysicalIDs -any _ -contains "[ZTDId]") and (device.devicePhysicalIds -all _ -notContains "[OrderID]:")- Jason_B1025Brass ContributorThank you, I'll try that.
- I just tested it in my CDX environment, should work... If it does, mark my answer as solution 🙂