September 7th, 2013

PowerTip: Use PowerShell to Find Dependent Services

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback