Edit

Share via


Set-EntraBetaApplicationProxyConnector

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

Syntax

Default (Default)

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.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-OnPremisesPublishingProfileId

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

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Id

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.