Remove-AzureADMSApplicationExtensionProperty
Deletes an extension property from an application object.
Syntax
Default (Default)
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 "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-ObjectId
Specifies the unique ID of an application in Azure Active Directory.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.