gpt4 book ai didi

MFA 服务器(本地)的 Azure MFA 状态报告

转载 作者:行者123 更新时间:2023-12-03 02:54:12 25 4
gpt4 key购买 nike

有没有办法收集 MFA 服务器(本地)的 MFA 状态?例如注册、未注册用户。

我从 Microsoft 找到了以下 cmdlet,但这仅适用于 Azure MFA 云用户,不适用于 MFA 服务器。

https://learn.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-reporting

Get-MsolUser -All | where {$_.StrongAuthenticationMethods -ne $null} | Select-Object -Property UserPrincipalName

您知道注册用户是否有AD属性吗? StrongAuthenticationMethods 属性也是仅限云的。

最佳答案

您可以在门户中查看报告。 https://learn.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-reporting

不过,您无法使用 Powershell 进行检查。用户声音中有对此功能的请求,但尚不支持。 https://feedback.azure.com/forums/598699-azure-cloud-shell/suggestions/33086371-add-mfa-server-on-premises-management-via-powers

您也无法使用 AAD PowerShell 模块的 V2 版本来检查用户的 MFA 注册/注册状态。这是因为该属性似乎尚未通过 AAD Graph API 公开,因此您无法检索 StrongAuthenticationMethods。为此,您只能使用旧版 v1 版本的 AAD powershell 模块。

关于MFA 服务器(本地)的 Azure MFA 状态报告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54111144/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com