Set-RDActiveManagementServer
Updated: September 14, 2012
Applies To: Windows Server 2012
Set-RDActiveManagementServer
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
