PowerShell Logo Small

Set-RDClientAccessName



This is the built-in help made by Microsoft for the command 'Set-RDClientAccessName', 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 a DNS name that clients use to connect to a Remote Desktop deployment.

SYNTAX


Set-RDClientAccessName [[-ConnectionBroker] <String>] [-ClientAccessName] <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-RDClientAccessName cmdlet sets a Domain Name System (DNS) name that clients use to connect to a Remote Desktop deployment. For a deployment that includes a single
Remote Desktop Connection Broker (RDConnection Broker) server, provide the fully qualified domain name (FQDN) of the RDConnection Broker server. For deployment that uses
multiple RDConnection Broker servers in an Active/Active cluster, provide the DNS round robin name that contains FQDNs of the RDConnection Broker servers.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1: Set a client access name

PS C:\>Set-RDClientAccessName -ConnectionBroker "RDCB.Contoso.com" -ClientAccessName "RemoteResources.Contoso.com"



This command sets the client access name RemoteResources.Contoso.com for the Remote Desktop deployment that has the RD Connection Broker named RDCB.Contoso.com.