Remove-AzureADMSApplication
Deletes an application object.
Syntax
Default (Default)
Remove-AzureADMSApplication
-ObjectId <String>
[<CommonParameters>]
Description
Deletes an application object identified by objectId.
Examples
Example 1: Remove an application
PS C:\>Remove-AzureADMSApplication -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
This command removes the specified application.
Parameters
-ObjectId
The unique identifier of the object specific Azure Active Directory object
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.