We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d835bbb + d2b23ae commit f168ec3Copy full SHA for f168ec3
articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure.md
@@ -511,7 +511,7 @@ $smssignin = Get-MgUserAuthenticationPhoneMethod -UserId $userId
511
if($smssignin.SmsSignInState -eq "ready"){
512
#### Disable Sms Sign-In for the user is set to ready
513
514
- Disable-MgUserAuthenticationPhoneMethodSmSign -UserId $userId -PhoneAuthenticationMethodId $phoneAuthenticationMethodId
+ Disable-MgUserAuthenticationPhoneMethodSmsSignIn -UserId $userId -PhoneAuthenticationMethodId $phoneAuthenticationMethodId
515
Write-Host "SMS sign-in disabled for the user" -ForegroundColor Green
516
}
517
else{
0 commit comments