将设备加入Azure AD时删除要求以设置其他安全验证
当用户将设备加入Azure AD时,我在设置其他安全验证方面遇到了一些麻烦.
I'm having some trouble removing the requirement to set up additional security verification when a user joins a device to Azure AD.
我们没有为我们域中的任何用户启用多因素身份验证,并且关闭了加入域时要求多因素身份验证的选项.
We do not have Multi Factor Authentication enabled for any users in our domain and the option to require multi factor auth when joining to domain is turned off.
有人可以建议我如何禁用所有用户的附加安全验证要求吗?
Can someone advise me how I can disable the requirement for additional security verification for all users?
谢谢
Henry
你好,
谢谢您的发帖.
1.您可以转到Azure MFA门户,并从那里为用户禁用多重身份验证.你可以参考一个 视频显示相同的内容.
1. You can go to the Azure MFA portal and Disable the Multi-Factor Authentication for the users from there. You can refer to a video that shows the same.
2.您可以通过Powershell完成它:
a)
Get-MsolUser
b)
Set-MsolUser
2. You can have it done through Powershell:
a)
Get-MsolUser
b)
Set-MsolUser
Get-MsolUser -UserPrincipalName | Set-MsolUser -StrongAuthenticationRequirements
希望有帮助
此致,
尼莱什(Neelesh)
Regards,
Neelesh
______________________________________________________________________________________________
如果某条帖子回答了您的问题,请点击该帖子上的标记为答案,然后点击投票为有帮助.
______________________________________________________________________________________________
If a post answers your question, please click Mark As Answer on that post and Vote as Helpful.