#require PowerShell core
Install-PSResource FineFormat
Install-Module -Name FineFormat -scope CurrentUser
#The output show a lot of empty values
Get-CimInstance Win32_operatingSystem -Property FreePhysicalMemory,TotalVisibleMemorySize
#Only show output with value
Get-CimInstance Win32_operatingSystem -Property FreePhysicalMemory,TotalVisibleMemorySize | Format-Fine -HasValue