PowerShell Logo Small

Set-RDVirtualDesktopConcurrency



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

Sets the number of virtual desktops that RDS can create in parallel.

SYNTAX


Set-RDVirtualDesktopConcurrency [-ConcurrencyFactor] <Int32> [[-HostServer] <String[]>] [-ConnectionBroker <String>] [<CommonParameters>]
Set-RDVirtualDesktopConcurrency [-Allocation] <Hashtable> [-ConnectionBroker <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-RDVirtualDesktopConcurrency cmdlet sets the number of virtual desktops that Remote Desktop Services can create in parallel on Remote Desktop Virtualization Host (RD
Virtualization Host) servers.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294268
Get-RDVirtualDesktopConcurrency

REMARKS

<

Examples


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

PS C:\> Set-RDVirtualDesktopConcurrency -ConnectionBroker "rdcb.contoso.com" -ConcurrencyFactor 4



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




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

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



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