WMI/CIM
Aus Wiki-WebPerfect
Get Memory usage of the WMI-Process (Private Working Set)
The WMI-Service "Winmgmt" is running in a process called "svchost"
((ps -Id ((gcim -ClassName Win32_Service -Filter "Name LIKE 'Winmgmt'").ProcessId)).PrivateMemorySize)