< Back

Add-RDSessionHost

Thu Apr 04, 2019 5:41 am

NAME Add-RDSessionHost



SYNOPSIS

Adds one or more RD?? Session Host servers to a session collection.





SYNTAX

Add-RDSessionHost [-CollectionName] <String> [-ConnectionBroker <String>] -SessionHost <String[]> [<CommonParameters>]





DESCRIPTION

The Add-RDSessionHost cmdlet adds one or more Remote Desktop Session Host (RDSession Host) servers to a session collection. RDSession Host is a

Remote Desktop Services role service that enables users to share Windows-based programs or the full Windows desktop. Users can connect to an RD

Session Host server to run programs, save files, and use network resources on that server.





PARAMETERS

-CollectionName <String>

Specifies the name of the RD?? Session Host collection.



Required? true

Position? 1

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ConnectionBroker [<String>]

Specifies the Remote Desktop Connection Broker (RDConnection Broker) server for this Remote Desktop deployment. Remote users connect to this

server to obtain views of available firstref_server_7 RemoteApp programs, session-based desktops, and virtual desktops. If this parameter does

not appear, the default value is the fully qualified domain name (FQDN) of the local host.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-SessionHost <String[]>

Specifies an array that contains the name of one or more servers that run the RD?? Session Host role service.



Required? true

Position? named

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

Null







Example 1: Add an RD?? Session Host server to a session collection on an RD?? Connection Broker server



PS C:\\> Add-RDSessionHost -SessionHost "sessionhost.contoso.com" -ConnectionBroker "rdcb.contoso.com"



This command adds an RDSession Host server named sessionhost.contoso.com to a session collection. Remote users connect to the RDConnection Broker

server named rdcb.contoso.com to obtain views of available RemoteApp programs, session-based desktops, and virtual desktops.







RELATED LINKS

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

Get-RDSessionHost

Remove-RDSessionHost

Set-RDSessionHost