Description
Displaying Service Status and State for local or remote computers with powershell.
Source code
Get-WmiObject -Class Win32_Service -ComputerName . Select-Object -Property Status,Name,DisplayName,State
Source Code and Samples
Friday, 9 February 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment