Nov 11 2020 05:56 AM
How can I view and unblock uses that have become blocked using MFA in Powershell
The following
Provides a listing of uses that have become blocked using MFA. In my case, most of the uses listed are a consequence of badly managed MFA registration. But what I really need is to be able to view the listing in Powershell, and potentially unblock the user in Powershell. If unblocking is not possible then viewing would be a start. Perhaps a REST call to the GRAPH API? Anything would help..
//A
Nov 11 2020 08:17 AM
I'm not aware of any way to do this programmatically, but others might prove me wrong :)
Nov 11 2020 12:13 PM
@Vasil Michev I hope they do!