I want to creat a dynamic group that get all users that has MICROSOFT 365 BUSINESS PREMIUM
Syntax
(user.accountEnabled -eq true) and (user.assignedPlans -eq SPB)
The string is base on this link
MICROSOFT 365 BUSINESS PREMIUM = SPB
Above give me an error saying
Failed to create group
Failed to create group Business Premium Users. Dynamic membership rule validation error: Invalid value.
PS. I also tried the guId
. gives the same error