The Win32_PageFileUsage class represents the file used for handling virtual memory file swapping on a Win32 system. Information contained within objects instantiated from this class specify the runtime state of the page file.
Note: The SE_CREATE_PAGEFILE privilege is required for Windows XP
'The AllocatedBaseSize property indicates the actual amount of disk space allocated for use with this page file. This value corresponds to the range established in Win32_PageFileSetting under the InitialSize and MaximumSize properties, set at system startup. Example: 178MB'
MappingStrings
['Win32API|MEMORYSTATUS|dwTotalPageFile']
read
True
units
'megabytes'
AllocatedBaseSize property is in 1 class (Win32_PageFileUsage) of ROOT\cimv2 and in 2 namespaces
'The TempPageFile property specifies whether a temporary page file has been created, usually because there is no permanent page file on the current computer system.'
'The InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.'
'The Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.'
'The Win32_PageFileUsage class represents the file used for handling virtual memory file swapping on a Win32 system. Information contained within objects instantiated from this class specify the runtime state of the page file.
Note: The SE_CREATE_PAGEFILE privilege is required for Windows XP'