通过更改用户状态启用 Azure MFA

Enable Azure MFA by changing user state

尝试按此处所述为每个用户激活 MFA https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-userstates#enable-azure-mfa-by-changing-user-state 然而

  1. 通过 UI => 选择用户不会显示启用的快速步骤。
  2. 通过 PowerShell => 已成功安装 Install-Module MSOnline 但随后 Connect-MsolService 遇到 Connect-MsolService:术语 'Connect-MsolService' 未被识别为 cmdlet 的名称、函数、脚本文件或可运行的程序。
  3. 列表项

如何在 AAD 中为每个用户启用 MFA?

没有通过此 UI 为 来宾用户 启用 mfa 的快速步骤。

如果您选择租户用户,将显示该按钮。

如果你想对 B2B 来宾用户强制执行多重身份验证,你可以按照这个 tutorial