In addition to the system and hardware requirements, the following must be installed on the VitalSigns workstation/server.
...
- To configure the station to receive remote commands
- Enter Enable-PSRemoting –Force
- To set Throttling Policy to allow 1000 PowerShell Concurrencies
- Enter Enable-WSManCredSSP –Role Server
- Enter Enable-WSManCredSSP –Role Server
- To create a new Throttling Policy
...
- to allow 1000 PowerShell Concurrencies
...
- Enter New-ThrottlingPolicy -Identity {Custom-Policy-Name} -PowershellMaxConcurrency 1000 -PswsMaxConcurrency 1000 -ThrottlingPolicyScope Regular
- Enter New-ThrottlingPolicy -Identity {Custom-Policy-Name} -PowershellMaxConcurrency 1000 -PswsMaxConcurrency 1000 -ThrottlingPolicyScope Regular
- To associate the new Throttling Policy with the specified user
- Enter Set-ThrottlingPolicyAssociation -Identity {ID-USED-BY-VitalSigns} -ThrottlingPolicy NEWPOLICYNAME