i have created a PowerShell script for an Azure Runbook for dynamic groups, based on the user‘s MFA status:
Dynamic Groups MFA Status?
I'm trying to find out a way to populate a Dynamic Group, with users who are registered for MFA. Looking at online documents, looks like there is only limited values you can use with Dynamic Groups. If this is not possible, how do I populate a group with MFA registered users.
6 answers
Sort by: Most helpful
-
-
Cristian SPIRIDON 4,476 Reputation points
2021-07-19T17:13:03.25+00:00 Hi,
There is a predefined report that tell you the status of each user. If that is not good for your use case maybe you can use conditional access to verify for MFA.
Hope this helps!
-
H Raja 221 Reputation points
2021-07-20T10:22:05.187+00:00 @Cristian SPIRIDON it's not the report I wanted, I can get that from the above article you mentioned. I need a way to dynamically add MFA registered users into a Dynamic Group or any other group. Thanks
-
AndAuf 26 Reputation points
2023-08-02T14:02:26.5866667+00:00 2 years later and I'm looking for exactly the same.
-
Leon Graunke 0 Reputation points
2023-09-19T13:16:03.6166667+00:00 I am looking for exactly the same. I would like to restrict conditional access for users without MFA from external IP addresses and I think with this group it is the best way