IT-Dienstleistungen

Get-Disk

All posts

Windows

Show disk information

# in PowerShell
Get-Disk | Out-GridView
Get-PhysicalDisk

# disk SMART information - requires administrator rights
Get-Disk | Get-StorageReliabilityCounter | Select-Object -Property "*"