< Back

Set-RDClientAccessName

Thu Apr 04, 2019 5:42 am

NAME Set-RDClientAccessName



SYNOPSIS

Sets a DNS name that clients use to connect to a Remote Desktop deployment.





SYNTAX

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





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.





PARAMETERS

-ClientAccessName <String>

Specifies a DNS name for clients to use to connect to a Remote Desktop deployment.



Required? true

Position? 2

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ConnectionBroker [<String>]

Specifies the RDConnection Broker server for a Remote Desktop deployment. If you do not specify a value, the cmdlet uses the FQDN of the local

computer.



Required? false

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS











OUTPUTS











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 RDConnection Broker named

RDCB.Contoso.com.







RELATED LINKS

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