Get-AzureADApplicationProxyApplicationConnectorGroup

Cmdleten Get-AzureADApplicationProxyApplicationConnectorGroup hämtar den anslutningsgrupp som tilldelats för ett visst program.

Syntax

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

Description

Cmdleten Get-AzureADApplicationProxyApplicationConnectorGroup hämtar den anslutningsgrupp som tilldelats för det angivna programmet. Programmet måste konfigureras för Programproxy i Azure Active Directory (AD).

Exempel

Exempel 1

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

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

Parametrar

-ObjectId

ObjectId är ID för programmet. Du hittar detta med hjälp av kommandot Get-AzureADApplication. Du hittar även detta i Azure-portalen genom att gå till AAD, Företagsprogram, Alla program, Välj ditt program, gå till fliken Egenskaper och använda ObjectId på den sidan.

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

Indata

String

Utdata

Object