• 7.4.4 - Pull Azure MFA info

    I have installed 7.4.4, how can I pulled MFA information for the Azure AD accounts.

    With PowerShell you can pull this information with get-msoluser -userprincipalname account | select strongauthenticaitonmethod

    I would like for our Service Desk to be able…