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 to get this information through Active Roles, is this possible?

Parents
  • I have not looked for this put you could check the user advanced properties and see if there is an edsaAzure... property relating to this on the user object.

    If there is then you can just either expose that directly in the web UI or interrogate it with the Get-QADUser PoSh cmdlet.

Reply
  • I have not looked for this put you could check the user advanced properties and see if there is an edsaAzure... property relating to this on the user object.

    If there is then you can just either expose that directly in the web UI or interrogate it with the Get-QADUser PoSh cmdlet.

Children