PowerTip: Use PowerShell to Find Dependent Services

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon