Stats_Get_PhysicalDiskInformation.ps1

function Stats-GetPhyDiskINfo {
Get-CimInstance Win32_DiskDrive -Computer $computer | Format-List *
}