Skip to main content

Remove-AzureApplication

Note: PowerShell integration requires a ShareGate Migrate Pro or Enterprise subscription. It is not available on the Essentials plan.

Command

Remove-AzureApplication

Description

Removes a previously saved Azure AD application authentication object from ShareGate. Identify the application to remove by its name or its ID.

Examples

Remove by name

Remove-AzureApplication -Name "Contoso Migration"

Remove by ID

Remove-AzureApplication -Id 99999999-8888-7777-6666-555555555555

Syntax

Remove-AzureApplication
-Name <String>
Remove-AzureApplication
-Id <Guid>

Parameters

-Id <Guid>

Removes the Azure application with the specified ID.

Required?

True

Default value

None

Accept pipeline input?

False

Accept wildcard characters?

False

Parameter set name

Id

Aliases

None

-Name <String>

Removes the Azure application with the specified name.

Required?

False

Default value

None

Accept pipeline input?

False

Accept wildcard characters?

False

Parameter set name

Default

Aliases

None

Did this answer your question?