Reset-EntraStrongAuthenticationMethodByUpn

Resets the strong authentication method using the User Principal Name (UPN).

Syntax

Reset-EntraStrongAuthenticationMethodByUpn
     -UserPrincipalName <String>
     [<CommonParameters>]

Description

The Reset-EntraStrongAuthenticationMethodByUpn cmdlet resets the strong authentication method by using the User Principal Name (UPN).

Examples

Example 1: Resets the strong authentication method by using the User Principal Name

Connect-Entra -Scopes 'UserAuthenticationMethod.ReadWrite', 'UserAuthenticationMethod.ReadWrite.All'
Reset-EntraStrongAuthenticationMethodByUpn  -UserPrincipalName 'SawyerM@contoso.com'

This example demonstrates how to reset the strong authentication method by using the User Principal Name (UPN).

  • -UserPrincipalName parameter specifies the User Principal Name (UPN) of the user whose strong authentication method is being reset.

Parameters

-UserPrincipalName

Specifies the User Principal Name (UPN) of the user whose strong authentication method is being reset.

Type:System.String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False