다음을 통해 공유


Customizing the RDCB HA client Access DNS name using PowerShell on Windows Server 2012

After setting on High Availability for the RD Connection Broker role (as explained in this Wiki Installing and Configuring RD Connection Broker High Availability in Windows Server 2012) the RDCB HA client Access DNS name can be viewed using the Server Manager. However, this value is read-only.

In order to change this value we can use PowerShell and make use of the command:
Set-RDClientAccessName
Parameter Set: __AllParameterSets
Set-RDClientAccessName [[-ConnectionBroker] <String> ] [-ClientAccessName] <String> [ <CommonParameters>]

For an example on how to view the current name and change it, see the PowerShell commands below. Note that all RD Connection broker servers have to be running in order to change this value.

The value is now successfully changed and visible in the Remote Desktop Management Service (RDMS) Server Manager Console.

Source: http://microsoftplatform.blogspot.nl/2012/12/customizing-rdcb-ha-client-access-dns.html