Share via

Querying Win32_PageFileSetting results in empty response

Krasimir Rangelov 285 Reputation points
2024-11-12T14:26:24.4066667+00:00

I am trying to query some information from Win32_PageFileSetting WMI class and I am unable to gather any kind of information.

I tried on multiple versions of PowerShell including:

  • Major 5, Minor 1, Build 22621, Revision 4249
  • Major 5, Minor 1, Build 19041, Revision 5007
  • Major 5, Minor 1, Build 14393, Revision 7254
  • Major 5, Minor 1, Build 20348, Revision 2400
  • Major 5, Minor 1, Build 26100, Revision 1591

All of the commands were executed with administrative permissions.

I've included -Property * option as well, tried storing it inside a variable, after checking it with Get-Member it results in null error.

Querying with WQL results in empty response as well.

When executed from WMIC it results into No instance(s) available. The systems have page files.

Currently tried on multiple devices: From Server 2016 to Server 2025, Windows 10 and 11.

Is anyone else aware of this issue?

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments

Answer accepted by question author

MotoX80 37,686 Reputation points
2024-11-12T16:46:27.7766667+00:00

That appears to be the result of selecting to automatically manage the page file for all drives. If I uncheck that it returns the pagefile name. You could also query Win32_PageFileUsage.

User's image

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.