Monday, January 19, 2009

depend on WMI service vs WMI service depend on

[] to list out all services that depend on WMI service

PS> (Get-Service winmgmt).DependentServices

Status Name DisplayName
------ ---- -----------
Stopped wscsvc Security Center
Stopped SharedAccess Windows Firewall/ICS

[] to list out all services that WMI service depend on

PS> (Get-Service winmgmt).ServicesDependedOn

Status Name DisplayName
------ ---- -----------
Running RPCSS Remote Procedure Call (RPC)

No comments:

Post a Comment