PowerShell Logo Small

Get-RDVirtualDesktopConcurrency



This is the built-in help made by Microsoft for the command 'Get-RDVirtualDesktopConcurrency', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 the number of virtual desktops that RDS can create in parallel.

SYNTAX


Get-RDVirtualDesktopConcurrency [[-HostServer] <String[]>] [-ConnectionBroker <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-RDVirtualDesktopConcurrency cmdlet gets the number of virtual desktops that Remote Desktop Services (RDS) can create in parallel on
one or more Remote Desktop Virtualization Host (RD Virtualization Host) servers.



<

RELATED LINKS

Set-RDVirtualDesktopConcurrency

REMARKS

<

Examples


Example 1: Get the number of virtual desktops that RDS can create in parallel on host servers

PS C:\> Get-RDVirtualDesktopConcurrency -ConnectionBroker "rdcb.contoso.com" -HostServer @("rdvh-1.contoso.com","rdvh-2.contoso.com")



This command gets the number of virtual desktops that Remote Desktop Services (RDS) can create in parallel on the host servers named
"rdvh-1.contoso.com" and "rdvh-2.contoso.com".




Example 1: Get the number of virtual desktops that RDS can create in parallel on all host servers

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



This command gets the number of virtual desktops that Remote Desktop Services (RDS) can create in parallel on all the host servers associated
with the RD Connection Broker server named "rdcb.contoso.com".