Stats_Get_LogicalDiskInformation.ps1

function Stats-GetLogiDiskInfo {
Get-CimInstance Win32_LogicalDisk -Computer $computer | Format-List *
}