PowerShell Logo Small

Get-RDVirtualDesktopCollectionConfiguration



This is the built-in help made by Microsoft for the command 'Get-RDVirtualDesktopCollectionConfiguration', 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 configuration details of a virtual desktop collection.

SYNTAX


Get-RDVirtualDesktopCollectionConfiguration [-CollectionName] <String> [-ConnectionBroker <String>] [<CommonParameters>]
Get-RDVirtualDesktopCollectionConfiguration [-CollectionName] <String> [-ConnectionBroker <String>] -Client [<CommonParameters>]
Get-RDVirtualDesktopCollectionConfiguration [-CollectionName] <String> [-ConnectionBroker <String>] -UserGroups [<CommonParameters>]
Get-RDVirtualDesktopCollectionConfiguration [-CollectionName] <String> [-ConnectionBroker <String>] -UserProfileDisks [<CommonParameters>]
Get-RDVirtualDesktopCollectionConfiguration [-CollectionName] <String> [-ConnectionBroker <String>] -VirtualDesktopConfiguration [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-RDVirtualDesktopCollectionConfiguration gets configuration details of a virtual desktop collection.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294227
Set-RDVirtualDesktopCollectionConfiguration
Get-RDVirtualDesktopCollection
Remove-RDVirtualDesktopCollection

REMARKS

<

Examples


Example 1: Get configuration settings for virtual desktops in a collection

PS C:\> Get-RDVirtualDesktopCollectionConfiguration -ConnectionBroker "rdcb.contoso.com" -CollectionName "Virtual Desktop Pool" -VirtualDesktopConfiguration



This command gets the configuration settings for the virtual desktops in the collection named "Virtual Desktop Pool" that is associated with the RD Connection Broker server
named "rdcb.contoso.com".




Example 2: Get user profile disk settings for a virtual desktop collection

PS C:\> Get-RDVirtualDesktopCollectionConfiguration -ConnectionBroker "rdcb.contoso.com" -CollectionName "Virtual Desktop Pool" -UserProfileDisks



This command gets the user profile disk settings for the virtual desktop collection named "Virtual Desktop Pool" that is associated with the RD Connection Broker server
named "rdcb.contoso.com".