Windows Task Manager can display a metric called "Paged pool", per process:
![TaskMan - Details - Paged pool]()
However I can't find this metric among Get-Process
or Get-CimInstance "Win32_Process"
properties in PowerShell (7.x). Is it called something else there? (Is it even available?)