Posted by: techstarts | March 20, 2008

PS C:\> Get-Service | ForEach-Object {if($_.status -eq "running"){write-host $_.Displayname $_.status -ForegroundColor Green} else{write-host $_.displayname $_.status -foreground red} }

Apologies for Windows XP Screen shot. I’m still smart person and Don’t wish to buy Hardware for VISTA

 

image


Leave a response

Your response:

Categories