Forum Discussion
Diederik Janson
Sep 03, 2020Copper Contributor
I am trying to create a dynamic membership rule for users with a Visio Plan 2 for faculty License
Hi,
This is my query:
user.assignedPlans -any (assignedPlan.service -eq "663a804f-1c30-4ff0-9915-9db84f0d1cea" -and assignedPlan.capabilityStatus -eq "Enabled")
Also tried
user.assignedPlans -any (assignedPlan.service -eq "VISIOCLIENT_FACULTY" -and assignedPlan.capabilityStatus -eq "Enabled")
Both don't seem to work.
Any ideas?
DJITS.
- Thijs LecomteBronze ContributorI wrote a blog on this => https://365bythijs.be/2020/01/20/creating-a-dynamic-group-with-all-aad-premium-licensed-users/
If this doesn't help, let me know!- Diederik JansonCopper Contributor