Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following must be installed on the VitalSigns workstation/server:

  • Powershell 4.0
  • .NET Framework 4.5.1

The administration account must have the following:

  • Active Directory credentials
  • User ID must be an ExchangeAdmin with permissions to execute Remote PowerShell on the Exchange Management Shell

The following PowerShell commands must be run on the server using the same UserID and Credentials that VitalSigns will use:

Tip
Open a Windows PowerShell session as administrator
To configure
  1. Configure the station to receive remote commands:

    No Format
    Enable-PSRemoting –Force 
To change
  1. Change the user preference for the Windows PowerShell execution policy to allow the execution of scripts:

    No Format
    Set-ExecutionPolicy Unrestricted -Force
To create
  1. Create a new Throttling Policy to allow 1000 PowerShell Concurrencies:

    No Format
    New-ThrottlingPolicy -Identity {Custom-Policy-Name} -PowershellMaxConcurrency 1000 -PswsMaxConcurrency 1000 -ThrottlingPolicyScope Regular
info
  1. Note
    Replace
{
  1. Custom-Policy-Name
  1. with new policy name.
To associate
  1. Associate the new Throttling Policy with the specified user:

    No Format
    Set-ThrottlingPolicyAssociation -Identity {ID-USED-BY-VitalSigns} -ThrottlingPolicy NEWPOLICYNAME
    Note
    Replace ID-USED-BY-VitalSigns with new policy name