Query Computer for Page file setting
danarstevenson
Greetings,
I was wondering if there is a way to query a computer with in PDQ to view the Page File Settings. Then show it in computer information. I can query via Vexasoft powershell addon but would like to keep it in PDQ.
Thank you in advanced Dana
0
Comments
WMI Scanner with Reports. You can break this down into collections if you want to. Formatting on the post may be messed up. I tried to fix it, but couldn't. Ignore any typos in the screenshots.
Setting up WMI Scanner
Tools > Scan Profiles > New
Namespace: CIMV2
WQL Query: SELECT * FROM Win32_PageFileUsage
Setting up Collection
WMI -> Current Usage -> Less Than -> 8192
(You can change current usage to other values)
Setting up Report
Computer:Name
WMI (PageFile):AllocatedBaseSize
WMI (PageFile):CurrentUsage
WMI (PageFile):PeakUsage