PowerTip: Find WMI Classes Related to Services

Doctor Scripto

Summary: Use Windows PowerShell to find WMI classes related to services that reveal start mode.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find a WMI class that will help me identify how services are starting?

Hey, Scripting Guy! Answer Use the Get-CimClass cmdlet, use a wildcard character for the name, and specify StartMode 
           as the property, for example:

Get-CimClass *service* -PropertyName startmode

0 comments

Discussion is closed.

Feedback usabilla icon