Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

In addition to the system and hardware requirements, the following must be installed on the VitalSigns workstation/server. 

  • Powershell 4.0
  • .NET Framwork 4.5.1

The administration account must have the following:

  • Active Directory credentials
  • Member of Exchange Administrators group is ideal
  • Requires the right to run remote Powershell commands

The following PowerShell commands must be run on the VitalSigns workstation

On the Server:

Open a Windows PowerShell session as administrator.

 

  1. To configure the station to receive remote commands
    1. Enter Enable-PSRemoting –Force 
       
       
  2. To set Throttling Policy to allow 1000 PowerShell Concurrencies
    1. Enter Enable-WSManCredSSP –Role Server 
       
  3. To create a new Throttling Policy to allow 1000 PowerShell Concurrencies
    1. Enter New-ThrottlingPolicy -Identity {Custom-Policy-Name} -PowershellMaxConcurrency 1000 -PswsMaxConcurrency 1000 -ThrottlingPolicyScope Regular
       
       
  4. To associate the new Throttling Policy with the specified user 
    1. Enter Set-ThrottlingPolicyAssociation -Identity {ID-USED-BY-VitalSigns} -ThrottlingPolicy NEWPOLICYNAME 

 

  • No labels