Set-AzureADApplicationProxyConnector

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

Syntax

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

Description

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

Examples

Example 1

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

Example 1: Move a Connector to a different Connector Group

Parameters

-ConnectorGroupId

The unique identifer of the target application proxy connector group in Azure Active Directory. You can find this value using the Get-AzureAdApplicationProxyConnectorGroup 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-AzureADApplicationProxyConnector command.

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