Remove-AzureADMSApplicationPassword
Remove a password from an application.
Syntax
Remove-AzureADMSApplicationPassword
-ObjectId <String>
[-KeyId <String>]
[<CommonParameters>]
Description
Remove a password from an application.
Examples
Example 1: Removes a password from an application
PS C:\>Remove-AzureADMSApplicationPassWord -ObjectId 1f88e99f-37a3-468f-80ae-e07b62ed0287 -KeyId 80e561ed-44ed-48dc-8c09-9d4803e26e4c
This command remove the specified password from the specified application.
Parameters
-KeyId
The unique identifier for the key.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ObjectId
The unique identifier of the object specific Azure Active Directory object
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
string