newpersn Posted June 19, 2025 Posted June 19, 2025 Hello. Trying to create a dynamic membership rule in Intune When i try and validate the rule i get a question mark and also errors when i try and save the group. Comes up with "Unable to complete due to service connection error. Please try again later" Am i doing something wrong? - Please point me in the right direction..
MisterTechMan Posted June 19, 2025 Posted June 19, 2025 Add a space between the -any and the "_" Try: (device.devicePhysicalIds -any _ -startsWith "[OrderID]:2025Year8") or you can use -eq depending on how you're planning to use the group tags: (device.devicePhysicalIds -any _ -eq "[OrderID]:2025Year8") 1
newpersn Posted June 20, 2025 Author Posted June 20, 2025 Thank you - That worked, Missing the space Something so simple...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now