This is the filter: /Group[((MembershipLocked = 'true') and ((ExplicitMember = /Person) or (ExplicitMember = /Group)))]
I also tried this, to fit the boolean format used in the portal: /Group[(MembershipLocked = True) and ((ExplicitMember = /Person) or (ExplicitMember = /Group))]
It works fine with export-fimconfig, but I can't set it as the filter value for a set. But when I try to submit it as a set filter, it returns:
Error processing your request: The server was unwilling to perform the requested operation.
Reason:
Unspecified.
Correlation Id:
ba539635-0782-4ae8-a772-7efd6c87bcd8
Details:
Request could not be dispatched.
Is this getting caught by the unsupported definition "Sets cannot reference the membership of Group resources"?
My goal here is to get a set of all dynamic groups with static members. Is there another way to do that?