Expand Minimize
This topic has not yet been rated - Rate this topic

Set-RDActiveManagementServer

Updated: September 14, 2012

Applies To: Windows Server 2012

Set-RDActiveManagementServer

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

Syntax

Parameter Set: __AllParameterSets
Set-RDActiveManagementServer [-ManagementServer] <String> [ <CommonParameters>]




Detailed Description

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

This server runs the Remote Desktop Management Server (RD MS) service, and should be part of a high availability group to ensure uninterrupted access. The RD MS service handles tasks such as configuring the deployment and deployment properties, creating and configuring collections, provisioning virtual machines, and so forth.

Parameters

-ManagementServer<String>

Specifies the name of the server that will act as the active RD Connection Broker for this remote desktop deployment. This parameter is required.


Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Null



    None.



Examples

Example 1:

Description


PS C:\> Set-RDActiveManagementServer -ManagementServer rdcb.contoso.com

Example 2: Duplicate Example

Description


PS C:\> Set-RDActiveManagementServer -ManagementServer rdcb.contoso.com

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.