Remove-AzureADMSApplicationExtensionProperty
Deletes an extension property from an application object.
Syntax
Remove-AzureADMSApplicationExtensionProperty
-ObjectId <String>
-ExtensionPropertyId <String>
[<CommonParameters>]
Description
Deletes an extension property from an application object.
Examples
Example 1: Remove an extension property
PS C:\> Remove-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -ExtensionPropertyId "344ed560-f8e7-410e-ab9f-c79df5c36"
This command removes the extension property that has the specified ID from an application in Azure Active Directory.
Parameters
-ExtensionPropertyId
Specifies the unique ID of the extension property to remove.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ObjectId
Specifies the unique ID of an application in Azure Active Directory.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
string