[] 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)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment