Forum Discussion
VolumeCHA
Sep 23, 2020Copper Contributor
Check - 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 Us...
VasilMichev
Sep 23, 2020MVP
Get-User should show the policy:
get-user | ft Name, Auth*
If the field is empty, this means that the tenant-wide default policy is applied. You can check which is the default one via:
Get-OrganizationConfig | select -ExpandProperty DefaultAuthenticationPolicy