Get-EntraBetaApplicationProxyApplicationConnectorGroup

De Get-EntraBetaApplicationProxyApplicationConnectorGroup cmdlet haalt de connectorgroep op die is toegewezen voor een specifieke toepassing.

Syntax

Default (Standaard)

Get-EntraBetaApplicationProxyApplicationConnectorGroup

    -ObjectId <String>
    [<CommonParameters>]

Description

De Get-EntraBetaApplicationProxyApplicationConnectorGroup cmdlet haalt de connectorgroep op die is toegewezen voor de opgegeven toepassing. De toepassing moet worden geconfigureerd voor toepassingsproxy in Microsoft Entra ID.

Voorbeelden

Voorbeeld 1: haalt de connectorgroep op die is toegewezen voor de opgegeven toepassing

Connect-Entra -Scopes 'Directory.ReadWrite.All'
$application = Get-EntraBetaApplication -Filter "DisplayName eq 'Contoso App Proxy'"
Get-EntraBetaApplicationProxyApplicationConnectorGroup -ObjectId $application.Id
Id                                   Name       ConnectorGroupType IsDefault
--                                   ----       ------------------ ---------
bbbbbbbb-1111-2222-3333-cccccccccccc test-group applicationProxy       False

In dit voorbeeld wordt de connectorgroep opgehaald die is toegewezen voor de opgegeven toepassing.

  • ObjectId parameter geeft de toepassings-id.

Parameters

-ObjectId

ObjectId is de id van de toepassing. Deze ObjectId is te vinden met behulp van de Get-EntraBetaApplication opdracht. U kunt deze ObjectId ook vinden in de Microsoft-portal door te navigeren naar Microsoft Entra ID, Bedrijfstoepassingen, Alle toepassingen, Selecteer uw toepassing, ga naar het tabblad Eigenschappen en gebruik de ObjectId op die pagina.

Parametereigenschappen

Type:System.String
Default value:None
Ondersteunt jokertekens:False
DontShow:False

Parametersets

(All)
Position:Named
Verplicht:True
Waarde uit pijplijn:True
Waarde uit pijplijn op eigenschapsnaam:True
Waarde van resterende argumenten:False

CommonParameters

Deze cmdlet ondersteunt de algemene parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction en -WarningVariable. Zie about_CommonParametersvoor meer informatie.

Invoerwaarden

System.String

Uitvoerwaarden

System.Object