Stats_Get_MemoryInformation.ps1

function Stats-GetMemInfo {
Get-CimInstance Win32_PhysicalMemory -Computer $computer | Format-List *
}