12Knocksinna / Office365itpros

Office 365 for IT Pros PowerShell examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't include 3rd party Software authenticators

convictushome opened this issue · comments

added the following to the switch on the foreach authenticator method function so that users with 3rd party OTP apps are included in the report correctly

"#microsoft.graph.softwareOathAuthenticationMethod" { # Software Authenticator App
$AuthType = '3rd party AuthenticatorApp'
$AuthTypeDetails = $MfaMethod.AdditionalProperties["displayName"] }

OK. You could have updated the code in the repro and I would have accepted the request!