Remove-MsolApplicationPassword
Removes a password for an application.
Syntax
Remove-MsolApplicationPassword
-UserPrincipalName <String>
-PasswordId <String>
[-TenantId <Guid>]
[<CommonParameters>]
Description
The Remove-MsolApplicationPassword cmdlet removes a password for an application.
Parameters
-PasswordId
Specifies the ID of the password to remove.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-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 remove a password.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |