# See if Disk Type is SSD or HDD in PowerShell ^[[See if Disk Type is SSD or HDD in Windows 10 | Tutorials (tenforums.com)](https://www.tenforums.com/tutorials/132718-see-if-disk-type-ssd-hdd-windows-10-a.html)]
```PowerShell
Get-PhysicalDisk | Format-Table -AutoSize
```