Get-EntraBetaApplicationProxyApplicationConnectorGroup
The Get-EntraBetaApplicationProxyApplicationConnectorGroup
cmdlet retrieves the connector group assigned for a specific application.
Syntax
Get-EntraBetaApplicationProxyApplicationConnectorGroup
-ObjectId <String>
[<CommonParameters>]
Description
The Get-EntraBetaApplicationProxyApplicationConnectorGroup
cmdlet retrieves the connector group assigned for the specified application.
The application must be configured for Application Proxy in Microsoft Entra ID.
Examples
Example 1: retrieves the connector group assigned for the specified application
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
This example retrieves the connector group assigned for the specified application.
ObjectId
parameter specifies the application ID.
Parameters
-ObjectId
ObjectId is the ID of the application.
This ObjectId can be found using the Get-EntraBetaApplication
command.
You can also find this ObjectId in the Microsoft Portal by navigating to Microsoft Entra ID, Enterprise Applications, All Applications, Select your application, go to the properties tab, and use the ObjectId on that page.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
System.String
Outputs
System.Object