Here's an example: powershell-com-settings
Powershell (WMI Class) for Component Services
Tal
26
Reputation points
Hello Everyone,
I've been trying to search for a solution to find the class of WMI for component services (Start -> (type) "Component Services")
Ins
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!