PowerShell Logo Small

Set-RDActiveManagementServer



This is the built-in help made by Microsoft for the command 'Set-RDActiveManagementServer', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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

SYNTAX


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



Search powershellhelp.space

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.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkId=294253

REMARKS

<

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.