Monday, January 19, 2009

list out all services and store them into a web page

step 1) to list and store
PS R:\> get-service | convertto-html > .\a10.html

step 2) to run a web page
PS R:\> .\a10.html

`a10.html` will show a detailed information such as ( Name, CanPauseAndContinue, CanShutdown, CanStop, DisplayName, DependentServices, MachineName, ServiceName, ServicesDependentOn, ServiceHandle, Status, ServiceType, Site Container )

No comments:

Post a Comment