Get-AzureADApplicationProxyApplicationConnectorGroup

Met de Get-AzureADApplicationProxyApplicationConnectorGroup cmdlet wordt de connectorgroep opgehaald die is toegewezen voor een specifieke toepassing.

Syntax

Get-AzureADApplicationProxyApplicationConnectorGroup
   -ObjectId <String>
   [<CommonParameters>]

Description

Met de Get-AzureADApplicationProxyApplicationConnectorGroup cmdlet wordt de connectorgroep opgehaald die is toegewezen voor de opgegeven toepassing. De toepassing moet worden geconfigureerd voor toepassingsproxy in Azure Active Directory (AD).

Voorbeelden

Voorbeeld 1

PS C:\> Get-AzureADApplicationProxyApplicationConnectorGroup -ObjectId 8d6c6684-6f8c-42e2-8914-32ed2adf9ccf

Id                                   Name                ConnectorGroupType IsDefault
--                                   ----                ------------------ ---------
a39b9095-8dc8-4d3a-86c3-e7b5c3f0fb84 Application Servers applicationProxy       False

Parameters

-ObjectId

ObjectId is de id van de toepassing. U vindt dit met behulp van de opdracht Get-AzureADApplication. U kunt dit ook vinden in Azure Portal door te navigeren naar AAD, Bedrijfstoepassingen, Alle toepassingen, Uw toepassing selecteren, naar het tabblad Eigenschappen te gaan en de ObjectId op die pagina te gebruiken.

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

Invoerwaarden

String

Uitvoerwaarden

Object