How Do You Restart WMI Services with PowerShell?

Problem scenario
You want to restart Windows Management Instrumentation services using PowerShell. What command will cycle WMI in PowerShell?

Solution
Open PowerShell as an Administrator. Run this command: restart-service winmgmt

Leave a comment

Your email address will not be published. Required fields are marked *