Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for March 2007

PowerShell script to get the reason why a Unified Messaging worker process recycled - March 16, 2007

If you are the administrator of an Exchange Unified Messaging server, you might want to know why the UM worker process is recycling and how often. The following one line PowerShell script will print out all the reasons why the process recycled:    get-eventlog application where ($_.EventId -ge 1049 -and $_.EventId -le 1055) -or $_.EventId -eq 1092 ft -wrap If you run this command, you will get an output like so:    Index...
http://blogs.msdn.com/feroze_daud/archive/2007/03/15/powershell-script-to-get-the-reason-w...
Available Archives
- March (1 item)
- October (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact