Source Code and Samples

Friday 2 February 2007

List All Running Services

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"}

No comments: