Wait..
1073741824 is 1GB.
The query is just asking to show > 128 MB.
So, 128 MB in bytes would be
128000000
Do I have that right?
First it says that "TotalPhysicalMemory of this box is 1073741824, which is 1GB. The point here, however, is that the unit measurement and expected output of this field is expressed in thousands of bytes."
Isn't 1073741824 expressed as just 'bytes' and not 'thousands of bytes'?
This then throws off the WMI Filter example because the 128000 should be 128000000.
Wait..
1073741824 is 1GB.
The query is just asking to show > 128 MB.
So, 128 MB in bytes would be
128000000
Do I have that right?
Based on the example output you showed, then yeah, the WMI filter should be expressed as "128000000" instead of "128000". "128000" would be 128KB. I'm pretty sure you know all this already I'm just clarifying my original post![]()