/
var
/
opt
/
nydus
/
ops
/
customer_local_ops
/
operating_system
/
powershell
/
up file
home
ConvertTo-Json @{ ramFreeMiB = (Get-WmiObject Win32_OperatingSystem).FreePhysicalMemory/1024 ramTotalMiB = (Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory/1024/1024 }