Authentication Policy
2 TopicsExchange Online error: Write-ErrorMessage : Object reference not set to an instance of an object.
I am unable to Modify ab Authentication Policy :Set-AuthenticationPolicy -Identity "Block Basic Auth" -AllowBasicAuthImap:$false I get the below error: Write-ErrorMessage : Object reference not set to an instance of an object. When apply the Authentication Policy to a user using Set-CASMailbox it does not change anything. Kindly help. Thank you.Solved2.4KViews0likes4CommentsCheck - User - AuthenticationPolicy
Hi all I hope I am in the right place. I have three differentAuthenticationPolicy 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