< Back

Remove-AzureRmADApplication

Tue Jan 29, 2019 10:05 pm

NAME Remove-AzureRmADApplication



SYNOPSIS

Deletes the azure active directory application.





SYNTAX

Remove-AzureRmADApplication [-DefaultProfile <IAzureContextContainer>] [-Force] -ObjectId <Guid> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Deletes the azure active directory application.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Force [<SwitchParameter>]

Switch to delete an application without a confirmation.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-ObjectId <Guid>

The object id of the application to delete.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]





Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS



NOTES





Keywords: azure, azurerm, arm, resource, management, manager, resource, group, template, deployment



Delete AAD application.



PS C:\\> Remove-AzureRmADApplication -ObjectId b4cd1619-80b3-4cfb-9f8f-9f2333425738 -Force



Deletes the azure active directory application.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... pplication

New-AzureRmADApplication

Get-AzureRmADApplication

Set-AzureRmADApplication

Remove-AzureRmADAppCredential