Jump to content


  • 0
bu7ch

Report to list computers without a paging file

Question

I have looked around but not found anything and I'm not great with the reports. I'd like to find a list of servers/clients that don't have a page file on the OS drive in case of a BSOD. Has anyone created anything like this?

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hello,

 

You'll probably need to extend your SMS_DEF.mof to include inventory of the root\cimv2:Win32_PageFileUsage WMI class. If a system does not have a page file, it should not have an instance of Win32_PageFileUsage. In this case, you'd probably want to RIGHT OUTER JOIN the table that holds and then filter (WHERE clause) for null values (systems that don't have any instances of Win32_PageFileUsage). I'm not a great SQL guy, but with a little fiddling, I'm sure this would work correctly :)

 

Hope this helps.

 

Cheers,

Trevor Sullivan

http://trevorsullivan.net

http://twitter.com/pcgeek86

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.