Stats_Get_ComputerSystemInformation.ps1

function Stats-GetCompSysInfo {
Get-CimInstance Win32_ComputerSystem -Computer $computer | Format-List *
}