12Knocksinna / Office365itpros

Office 365 for IT Pros PowerShell examples
MIT License
1.24k stars 559 forks source link

Doesn't include 3rd party Software authenticators #73

Closed convictushome closed 1 year ago

convictushome commented 1 year ago

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"] }

12Knocksinna commented 1 year ago

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