Description
Lists all running services on a Microsoft Exchange server. This script/command requires Microsoft Exchange Server 2007.
Source Code
Get-Service where {$_.Status -eq "Running"}
Source Code and Samples
Friday, 2 February 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment