Set-AzureADApplicationProxyApplicationConnectorGroup
The Set-AzureADApplicationProxyApplicationConnectorGroup cmdlet assigns the given connector group to a specified application.
Syntax
Set-AzureADApplicationProxyApplicationConnectorGroup
-ObjectId <String>
-ConnectorGroupId <String>
[<CommonParameters>]
Description
The Set-AzureADApplicationProxyApplicationConnectorGroup cmdlet sets the connector group assigned for the specified application. The application must be configured for Application Proxy in Azure Active Directory (AD).
Examples
Example 1
PS C:\> Set-AzureADApplicationProxyApplicationConnectorGroup -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -ConnectorGroupId bbbbbbbb-1111-2222-3333-cccccccccccc
Example 1: Set a new Connector Group for a specific application
Parameters
-ConnectorGroupId
The Id of the Connector group that should be assigned to the application. You can find this by using the Get-AzureADApplicationProxyConnectorGroup command.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ObjectId
The unique application Id for the application the Connector group will be assigned to. This can be found using the Get-AzureADApplication command.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |