Get-AzureADApplicationProxyApplicationConnectorGroup
De cmdlet Get-AzureADApplicationProxyApplicationConnectorGroup haalt de connectorgroep op die is toegewezen voor een specifieke toepassing.
Syntaxis
Get-AzureADApplicationProxyApplicationConnectorGroup
-ObjectId <String>
[<CommonParameters>]
Description
De cmdlet Get-AzureADApplicationProxyApplicationConnectorGroup haalt de connectorgroep op 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 kunt deze vinden met behulp van de opdracht Get-AzureADApplication. U kunt dit ook vinden in Azure Portal door te navigeren naar AAD, Bedrijfstoepassingen, Alle toepassingen, Selecteer uw toepassing, ga naar het tabblad Eigenschappen en gebruik de ObjectId op die pagina.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |