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 for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 47,901 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.