Skip to content

Commit 1b8a8b5

Browse files
Merge pull request #229735 from tilarso/patch-41
Update concept-sspr-policy.md
2 parents 311a20e + 7ae0b6d commit 1b8a8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/authentication/concept-sspr-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The two-gate policy requires two pieces of authentication data, such as an email
9696
* A custom domain has been configured for your Azure AD tenant, such as *contoso.com*; or
9797
* Azure AD Connect is synchronizing identities from your on-premises directory
9898

99-
You can disable the use of SSPR for administrator accounts using the [Set-MsolCompanySettings](/powershell/module/msonline/set-msolcompanysettings) PowerShell cmdlet. The `-SelfServePasswordResetEnabled $False` parameter disables SSPR for administrators. Policy changes to disable or enable SSPR for administrator accounts can take up to 60 minutes to take effect.
99+
You can disable the use of SSPR for administrator accounts using the [Update-MgPolicyAuthorizationPolicy](/powershell/module/microsoft.graph.identity.signins/update-mgpolicyauthorizationpolicy) PowerShell cmdlet. The `-AllowedToUseSspr:$true|$false ` parameter enables/disables SSPR for administrators. Policy changes to enable or disable SSPR for administrator accounts can take up to 60 minutes to take effect.
100100

101101
### Exceptions
102102

0 commit comments

Comments
 (0)