I recently needed to retrieve the disk drive model numbers from several systems and wmic.exe once again came to the rescue. This tool can retrieve a wealth of information about a Windows system. If you’ve never tried it, I highly recommend you take a look !
To get the disk drive model number from the windows command line open a console window and type in “wmic diskdrive get model” at the prompt.