Reset-MsolStrongAuthenticationMethodByUpn
Resets the strong authentication method by using a user principal name.
Syntax
Reset-MsolStrongAuthenticationMethodByUpn
-UserPrincipalName <String>
[-TenantId <Guid>]
[<CommonParameters>]
Description
The Reset-MsolStrongAuthenticationMethodByUpn cmdlet resets the strong authentication method by using a user principal name.
Parameters
-TenantId
Specifies the unique ID of the tenant on which to perform the operation. The default value is the tenant of the current user. This parameter applies only to partner users.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-UserPrincipalName
Specifies the user principal name for which to reset the strong authentication method.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |