Stats_Get_OperatingSystemInformation.ps1

function Stats-GetOpSysInfo {
Get-CimInstance Win32_OperatingSystem -Computer $computer | Format-List *
}