/
Microsoft Exchange Requirements (Exchange Users)
Microsoft Exchange Requirements (Exchange Users)
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:
Open a Windows PowerShell session as administrator.
Configure the station to receive remote commands:
Enable-PSRemoting –Force
Change the user preference for the Windows PowerShell execution policy to allow the execution of scripts:
Set-ExecutionPolicy Unrestricted -Force
Create a new Throttling Policy to allow 1000 PowerShell Concurrencies:
Replace Custom-Policy-Name with new policy name.New-ThrottlingPolicy -Identity {Custom-Policy-Name} -PowershellMaxConcurrency 1000 -PswsMaxConcurrency 1000 -ThrottlingPolicyScope Regular
Associate the new Throttling Policy with the specified user:
Replace ID-USED-BY-VitalSigns with new policy nameSet-ThrottlingPolicyAssociation -Identity {ID-USED-BY-VitalSigns} -ThrottlingPolicy NEWPOLICYNAME
Related content
Adding PowerShell Scripts to VitalSigns
Adding PowerShell Scripts to VitalSigns
More like this
Software Requirements
Software Requirements
More like this
Adding your own PowerScripts to VitalSigns
Adding your own PowerScripts to VitalSigns
More like this
Current PowerScript Library
Current PowerScript Library
More like this
Microsoft Sharepoint Requirements (Sharepoint Users)
Microsoft Sharepoint Requirements (Sharepoint Users)
More like this
Creating Scripts using On-Premises Active Directory
Creating Scripts using On-Premises Active Directory
More like this