Edit

Share via


Set-RDActiveManagementServer

Sets the active Remote Desktop Connection Broker server, or management server, in a remote desktop deployment.

Syntax

Default (Default)

Set-RDActiveManagementServer
    [-ManagementServer] <String>
    [<CommonParameters>]

Description

The Set-RDActiveManagementServer cmdlet sets the active Remote Desktop Connection Broker (RD Connection Broker) server in a remote desktop deployment.

This server runs the Remote Desktop Management Server (RDMS) service, which belongs in a high availability group to ensure uninterrupted access. The Remote Desktop Management Server service configures the deployment and deployment properties, creates and configures collections, and provisions virtual machines.

Examples

Example 1: Set the active management server for a remote desktop deployment

PS C:\> Set-RDActiveManagementServer -ManagementServer "Rdcb.Contoso.com"

This command sets the active management server for the remote desktop.

Parameters

-ManagementServer

Specifies the name of a server that acts as the active RD Connection Broker for a remote desktop deployment.

Parameter properties

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

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
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.

Outputs

undefined

None