And another Hey, Scripting Guy ! translation to powerShell How Can I Get the Uptime of a Service? The PowerShell translation : $s = gwmi win32_service - filter " name = 'spooler' " " {0} " - f (( get-date ) - ([wmi] '' ).ConvertToDateTime((gwmi Win32_Process