Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用AzureAD模块获取Azure AD用户MFA状态?_Azure_Powershell_Azure Active Directory_Powershell Core - Fatal编程技术网

如何使用AzureAD模块获取Azure AD用户MFA状态?

如何使用AzureAD模块获取Azure AD用户MFA状态?,azure,powershell,azure-active-directory,powershell-core,Azure,Powershell,Azure Active Directory,Powershell Core,似乎是指使用MSOnline模块,但该模块已经过时,被AzureAD取代。我面临的问题是MSOnline与PowerShell Core不兼容,这是我的要求 长话短说:如何使用PowerShell Core和AzureAD模块检索用户的MFA状态?不幸的是,它不支持在PowerShell中使用AzureAD模块获取MFA状态。除门户外,只能使用MSOnline 请参阅和此。有API用于管理用户的身份验证方法,但没有方法能够获取其MFA注册状态。如果我的回答有帮助,请接受我的回答,谢谢。

似乎是指使用
MSOnline
模块,但该模块已经过时,被
AzureAD
取代。我面临的问题是
MSOnline
PowerShell Core
不兼容,这是我的要求


长话短说:如何使用PowerShell Core和AzureAD模块检索用户的MFA状态?

不幸的是,它不支持在PowerShell中使用AzureAD模块获取MFA状态。除门户外,只能使用MSOnline


请参阅和此。有API用于管理用户的身份验证方法,但没有方法能够获取其MFA注册状态。

如果我的回答有帮助,请接受我的回答,谢谢。