Trying to retrieve VirtualSize from Win32_Process for httpd.exe:
1. SELECT VirtualSize FROM Win32_Process WHERE Name = 'httpd.exe'
The above query resulted in an error: "Query returned more than one record"
SELECT VirtualSize FROM Win32_Process WHERE ExecutablePath = 'C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin\httpd.exe'
the above query resulted in an error: "80041017: The query was not syntactically valid"
Any thoughts?
Thank you
-Ed
Add comment