Ars technica did an article about PowerShell : Microsoft PowerShell rolled into Longhorn Server In this article two PowerShell examples from my blog are used : How to get the uptime of a specific service: $s = gwmi win32_service -filter "name = 'spooler'"