Set-EntraApplicationProxyConnector

The Set-EntraApplicationProxyConnector cmdlet allows reassignment of the connector to another connector group.

Syntax

Set-EntraApplicationProxyConnector
   -Id <String>
   -ConnectorGroupId <String>
   [<CommonParameters>]

Description

The Set-EntraApplicationProxyConnector cmdlet allows reassignment of the connector to another connector group.

Examples

Example 1: Move a Connector to a different Connector Group

PS C:\> Set-EntraApplicationProxyConnector -Id 834c5dd6-f2e8-47ae-973a-9fc769289b3d -ConnectorGroupId a39b9095-8dc8-4d3a-86c3-e7b5c3f0fb84

This command moves a Connector to a different Connector Group.

Parameters

-ConnectorGroupId

The unique identifer of the target application proxy connector group in Microsoft Entra ID. You can find this value using the Get-EntraApplicationProxyConnectorGroup command.

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

-Id

The ID of the Connector being moved. You can find this value using the Get-EntraApplicationProxyConnector command.

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

Notes