PowerShell Logo Small

Get-RDSessionCollection



This is the built-in help made by Microsoft for the command 'Get-RDSessionCollection', 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

Gets session collections in a Remote Desktop deployment.

SYNTAX


Get-RDSessionCollection [[-CollectionName] <String>] [-ConnectionBroker <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-RDSessionCollection cmdlet gets session collections in a Remote Desktop deployment. A session collection consists of one or more Remote Desktop Session Host (RD
Session Host) servers. Users can connect to RDSession Host servers in a session collection to run programs, save files, and use resources on those servers.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294221
New-RDSessionCollection
Remove-RDSessionCollection

REMARKS

<

Examples


Example1: Get a list of the Session Collections in the Remote Desktop Deployment

PS C:\> Get-RDSessionCollection -CollectionName "Session Collection" -ConnectionBroker "RDCB.Contoso.com"



This command gets the collection named Session Collection in the deployment that has the RD Connection Broker named RDCB.Contoso.com.