Forum Discussion
ABaerst
Feb 13, 2018Brass Contributor
Powershell CMDlets for MFA Settings?
Does anyone know if there are Powershell Cmdlets available to allow inspection of a user's MFA settings related to which verification options were configured and which option is considered primary? I...
- Feb 13, 2018
You have the information in the Get-MSolUser cmdlet from MSOnline powershell module:
Connect-MsolService $User = Get-MSolUser -UserPrincipalName user@domain.com
$User.StrongAuthenticationMethodsWith that you get the default authentication method. There are other properties beginning by StrongAuthentication that give you other details
ManishKKutty
Jul 12, 2019Copper Contributor
Do we have option to change the Phone number under Authentication tab from powershell ?
Micki Wulffeld
Jul 12, 2019Brass Contributor
No Sadly there still no powershell way to update the Authentication Phone / info directly. ManishKKutty
Se the uservoice here: