Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Query Computer for Page file setting

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

1 comment
Date Votes
  • 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

    query

    Setting up Collection


    WMI -> Current Usage -> Less Than -> 8192

    (You can change current usage to other values) pfcollection


    Setting up Report


    Computer:Name

    WMI (PageFile):AllocatedBaseSize

    WMI (PageFile):CurrentUsage

    WMI (PageFile):PeakUsage

    pfreport pfreport2

    0