[UPDATE]
Issue resolved.
I totally forgot that when system managed size is enabled, Win32_PageFileSetting does not report information when enabled.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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:
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?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.
[UPDATE]
Issue resolved.
I totally forgot that when system managed size is enabled, Win32_PageFileSetting does not report information when enabled.