Powershell Tip #71: List the dependent services By powershellgu | November 16, 2015 0 Comment Tip: You can find the dependent services that depend upon a specified service. It can be useful if you want to stop a service and check if other services will be stopped or not. PowerShell Get-Service -Name NTDS -DependentServices 1 Get-Service -Name NTDS -DependentServices