Jump to content

Recommended Posts

Posted

Hello. 

 

Trying to create a dynamic membership rule in Intune 

image.thumb.jpeg.79ee651c7bb4758417bf1f35f33659fc.jpeg

 

When i try and validate the rule i get a question mark and also errors when i try and save the group. 

image.thumb.png.317896dfda1abad0864031330b78846b.png

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..  

Posted

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")

 

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...