AuthenticationPolicy
1 TopicCheck - User - AuthenticationPolicy
Hi all I hope I am in the right place. I have three different AuthenticationPolicy setup in Powershell. I have set the user AuthenticationPolicy using the below command Set-User -Identity User -AuthenticationPolicy "Policy1" I want to now check that the command successfully worked and I thought running the below command would show the policy a user is assigned to but this did not work: Get-User -Identity LegacyUser What command can I run that shows the users and their authentication policy they are assigned to? Thanks You Cha17KViews0likes2Comments