Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Find Dependent Services

$
0
0

Summary: Use Windows PowerShell to find services that depend on each other.

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily find dependent services?

Hey, Scripting Guy! AnswerUse the Get-Service cmdlet and specify the service name and the DependentServices parameter:

Get-Service -Name server -DependentServices


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>