powercfg -list
Get-CimInstance -ClassName Win32_Volume | Select-Object Label, BlockSize,FileSystem | Format-Table -AutoSize
gwmi win32_volume -computer computername |Select-Object Label, BlockSize,FileSystem | Format-Table -AutoSize
Get-CimInstance -ClassName Win32_Volume | Select-Object Label, BlockSize,FileSystem | Format-Table -AutoSize
gwmi win32_volume -computer computername |Select-Object Label, BlockSize,FileSystem | Format-Table -AutoSize