How to start dependent services in PowerShell?


To start dependent service in PowerShell, it is unlike the stopping the dependent services with –Force parameter because there is no –Force parameter is available.

You need to first get the dependent services and then start them.

Get-Service -Name Winmgmt -DependentServices | Start-Service -Verbose

Updated on: 22-Jan-2020

536 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements