PowerShell Logo Small

Get-RDVirtualDesktopCollection



This is the built-in help made by Microsoft for the command 'Get-RDVirtualDesktopCollection', 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 a list of virtual desktop collections in a remote desktop deployment.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-RDVirtualDesktopCollection cmdlet gets a list of existing virtual desktop collections in a remote desktop deployment.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294226
New-RDVirtualDesktopCollection
Remove-RDVirtualDesktopCollection
Update-RDVirtualDesktopCollection

REMARKS

<

Examples


Example 1: Get the list of the virtual desktop collections in a remote desktop deployment

PS C:\> Get-RDVirtualDesktopCollection -ConnectionBroker "rdcb.contoso.com"



This command lists the virtual desktop collections associated with the RD Connection Broker named "rdcb.contoso.com".