Launch single App session per machine

Launch single App session per machine

book

Article ID: CTX341712

calendar_today

Updated On:

Description

Restrict the number of instances of an Application per machine for Published Apps. The options in the console for Application settings only allows this configuration for the Delivery Group per User, but not per machine.

image.png


Instructions

To configure the maximum instances per machine limit we need to use PowerShell, as mentioned here:
Applications | Citrix Virtual Apps and Desktops 7 2112

Run this from PowerShell:
> asnp citrix*
> Set-BrokerApplication -Name <ApplicationName> -MaxPerMachineInstances <NumberOfInstances>

image.png