Oct 23 2019
05:54 PM
- last edited on
Jan 14 2022
04:36 PM
by
TechCommunityAP
Oct 23 2019
05:54 PM
- last edited on
Jan 14 2022
04:36 PM
by
TechCommunityAP
SSPR state can be retrieved via
Get-Msoluser -All | where {$_.StrongAuthenticationUserDetails -ne $null}
but not when using Combined ! Users that have registered questions for Combined SSPR (and MFA) have a null StrongAuthenticationUserDetails value.
Any ideas please how one can get a the Combined SSPR state (other than looking at the 30 day log history).
Oct 24 2019 12:08 AM
SolutionAfaik no, the only thing you can do via PowerShell is call the Graph endpoint to fetch the credentialUserRegistrationDetails report: https://docs.microsoft.com/en-us/graph/api/resources/credentialuserregistrationdetails?view=graph-re...
Oct 24 2019 01:24 PM - edited Oct 24 2019 02:14 PM
@VasilMichev that Graph endpoint is great. I didn't know about that. Thanks very much - extremely helpful and appreciated.
What I actually was trying to achieve was create a Power BI data set and your pointing me to that Graph endpoint report was PERFECT because I can simply create a Power BI Data Flow pointed to that endpoint and voila, I have my data in Power BI. Awesome . Now my users can knock themselves out with dashboards.
Data Flow is:
Oct 24 2019 12:08 AM
SolutionAfaik no, the only thing you can do via PowerShell is call the Graph endpoint to fetch the credentialUserRegistrationDetails report: https://docs.microsoft.com/en-us/graph/api/resources/credentialuserregistrationdetails?view=graph-re...