Remove-AzureADApplicationProxyApplication

Hiermee verwijdert u een toepassingsproxy toepassing.

Syntax

Remove-AzureADApplicationProxyApplication
      -ObjectId <String>
      [-RemoveADApplication <Boolean>]
      [<CommonParameters>]

Description

De Remove-AzureADApplicationProxyApplication cmdlet verwijdert toepassingsproxy configuraties uit een specifieke toepassing in Azure Active Directory en kan de toepassing volledig verwijderen indien opgegeven.

Voorbeelden

Voorbeeld 1

PS C:\> Remove-AzureADApplicationProxyApplication -ObjectId 257098d1-f8dd-4efb-88a2-1c92d3654f10

Voorbeeld 1: Een proxytoepassing verwijderen

Voorbeeld 2

PS C:\> Remove-AzureADApplicationProxyApplication -ObjectId 0d7b0f02-3f63-414d-8d20-4b8bd0291e42 -RemoveADApplication $true

Voorbeeld 2: een proxytoepassing verwijderen en deze volledig verwijderen uit Azure AD

Parameters

-ObjectId

De unieke toepassings-id van de toepassing. U vindt deze met behulp van de opdracht Get-AzureADApplication. U kunt dit ook vinden in Azure Portal door te navigeren naar Azure AD > App-registraties > Alle toepassingen. Selecteer uw toepassing. Hiermee gaat u naar de overzichtspagina van de toepassing. Gebruik de ObjectId op die pagina.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-RemoveADApplication

Hierdoor kunt u de toepassing volledig verwijderen. Als dit onwaar (standaard) is, worden toepassingsproxy eigenschappen verwijderd uit de toepassing, maar de toepassing nog steeds bestaat. Als dit waar is, wordt de toepassing volledig verwijderd uit Azure AD.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False