Powershell (WMI Class) for Component Services

Tal 26 Reputation points
2022-12-01T08:54:18.507+00:00

Hello Everyone,
I've been trying to search for a solution to find the class of WMI for component services (Start -> (type) "Component Services")

Ins266121-component-services.png

I managed to find the WMI Class for COM+ Applications, DCOM Config & Distributed Transaction Coordinator, however I Couldn't find the "Running Processes" I even tried to pull all WMI Classes through powershell (get-wmiobject -Query "select * from meta_class" / get-cimclass)

anyone know if such thing is even possible?

Thanks in Advance!

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,576 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 47,466 Reputation points
    2022-12-01T16:04:40.97+00:00

    Here's an example: powershell-com-settings

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.