添加已禁用作为“MFA状态”下拉列表的选项 [英] Add disabled as an option for the MFA Status dropdown

查看:167
本文介绍了添加已禁用作为“MFA状态”下拉列表的选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

推荐答案

你好cpoxon,

Hi cpoxon,

我同意在MFA设置中使用此选项会很有用。现在,您可以通过"Any"查询其中包括已禁用MFA的用户,或者您可以运行Powershell查询以获取已禁用的用户。但是没有办法在MFA设置中过滤
,如果我们能做到这一点会很有用。对于那些目录中只有少数用户但对于拥有数千名用户的目录而言,很难清楚地了解残疾用户的情况并不是什么大事。 

I agree that it would be useful to have this option in the MFA settings. Right now you can query by "Any," which includes users that have MFA disabled, or you can run a Powershell query to fetch the Disabled users. But there's no way to filter in the MFA settings and it would be useful if we could do that. It's not a big deal for those who only have a few users in the directory but for directories with thousands of users it becomes hard to get a clear view of the disabled ones. 

For现在您可以运行此查询:

For now you can run this query:

Get-MsolUser -all | 
   select DisplayName,UserPrincipalName,@{Name="MFA Status"; Expression={ 
    if(


_。StrongAuthenticationRequirements.Count -ne 0){
_.StrongAuthenticationRequirements.Count -ne 0){


_。StrongAuthenticationRequirements [0] .State
}其他{
'禁用'}
}
} | where-Object -Property'MLA状态'-eq禁用| Sort-Object -Property'DisplayName'
_.StrongAuthenticationRequirements[0].State } else { 'Disabled'} } } | where-Object -Property 'MFA Status' -eq Disabled | Sort-Object -Property 'DisplayName'

请将您的反馈留在用户语音
。我还为产品团队创建了升级版,并随时向您发布更新信息。 

Please leave your feedback in User Voice . I have also created an escalation for the product team and keep you posted on updates from them. 

---

请记得" ;标记为答案"如果我能够帮助你的请求。 :) 

Please remember to "mark as answer" if I was able to help with your request. :) 


这篇关于添加已禁用作为“MFA状态”下拉列表的选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆