Set-RDActiveManagementServer
Sets the active Remote Desktop Connection Broker server, or management server, in a remote desktop deployment.
Syntax
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.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Null
None