How to retrieve hard disk information and properties with ...
https://www.andreafortuna.org/2019/07/25/how-to-retrieve-hard-disk...25.07.2019 · Using WMIC, you can retrieve hard drive properties. The command wmic diskdrive get Name,Model,SerialNumber,Size,Status returns names, model types, serial numbers, the overall size in bytes, and the status for all connected hard drives. wmic diskdrive get Name,Model,SerialNumber,Size,Status Model Name SerialNumber Size Status TOSHIBA …