Organizing devices and users into groups for policy application
Hi @Anonymous
I think you don't choose the right operator.
Try to replace -notin by -ne in your rule:
-ne (user.userPrincipalName -notin ["roneycutt@ppme"])
Please don't forget to accept helpful answer