I have this script line:
Get-WmiObject Win32_ComputerSystem | Select-Object TotalPhysicalMemory, @{Name="GB";Expression={$_.TotalPhysicalMemory/1GB}}
How to round this result 2 separate places after coma. result at the moment is enter image description here