If you don't know path where Exchange Server installed on the server, you may use environment variable called “ExchangeInstallPath”.
Exchange creates environment variable “ExchangeInstallPath” which holds the install path for Exchange on a given server.
This can be accessed via Powershell using:
[PS]$env:ExchangeInstallPath
This can be useful in scripts.
No comments:
Post a Comment