It’s been a while, but I have updated Get-MsxServerPLUS.ps1 aka Get-ExchangeServerPLUS.ps1. I changed the name as it was annoying me as it was conflicting with get-exchangeserver. Other updates are:
If you want to run netstat remotely you need to download PSEXEC and put it in the same folder as the script.
Command Line Options are:
No Commandline .. Runs for all servers <ServerName> .... Runs for just the server -LOCALHOST ...... Runs for just the local server -NOGLOBAL ....... Does not capture the global settings -ONEXML ......... Creates only ONE xml file -Default is to split out for each server and global config -CLUSTER ........ Autoenumerate Exchange Cluster nodes and add to the Server list -EMAIL .......... Uses send-mail.ps1 to send email to the list of users in "_emailAlertList.txt"
So, enjoy and give me feedback on how it works!
No Comments