Hi,
We have a requirement where we want to leverage customer's Powershell script for exchange provisioning. Script already exist in exchange server and SSH Powershell server is installed as well.
How we can call the script in exchange 2007/2010 connector? What would be the syntax?
Thanks!
Try using below command.
Powershell -file c:\Scripts\<ScriptFileName>.ps1 '${Account}'