Is there an equivalent command in the Azure AD V2 module to query user MFA enrollment/registration status?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@MikeDembek
Thanks for your feedback! We will investigate and update as appropriate.
I do not believe it is possible to check the MFA enrollment/registration status on a user using the V2 version of the AAD PowerShell Module. This is because the property does not appear to be exposed via the AAD Graph API yet and you therefore cannot retrieve the StrongAuthenticationMethods.
Instead, you need to use the older V1 version of the AAD PowerShell Module.
(CC: @MicrosoftGuyJFlo for confirmation)
I'm closing this thread out for now but feel free to tag me in the comments if you have further questions or would like to continue the conversation.
Is there a roadmap as to when this value will be exposed via the Graph API? It would be nice to have programmatic access apart from PowerShell to this attribute
Hi
Any news on this one?