Set-EntraBetaApplicationProxyConnector

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

Syntax

Set-EntraBetaApplicationProxyConnector
   -OnPremisesPublishingProfileId <String>
   -ConnectorGroupId <String>
   [<CommonParameters>]

Description

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

Examples

Example 1: Move a Connector to a different Connector Group

Connect-Entra -Scopes 'Directory.ReadWrite.All'
$params = @{
    OnPremisesPublishingProfileId = 'aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb' 
    ConnectorGroupId = 'bbbbbbbb-1111-2222-3333-cccccccccccc'
}
Set-EntraBetaApplicationProxyConnector @params

This example demonstrates how to move a Connector to a different Connector Group.

  • -OnPremisesPublishingProfileId parameter specifies the connector ID.
  • -ConnectorGroupId parameter specifies the application proxy connector group ID.

Parameters

-ConnectorGroupId

The unique identifer of the target application proxy connector group in Microsoft Entra ID. Find this value using the Get-EntraBetaApplicationProxyConnectorGroup command.

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

-OnPremisesPublishingProfileId

The ID of the Connector being moved. Use the Get-EntraBetaApplicationProxyConnectorGroup command to find the Connector Group ID.

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