Map Drive to Drive Letter Using the Win32_DiskDrive Interface Type Property
This project began on the TechNet forums. Someone requested help determining the drive letter of a USB drive. It was first recommended to use the Win32_LogicalDisk class, but I was concerned that this might return false results since an SD card would report the same Description a
This script is tested on these platforms by the author. It is likely to work on other platforms as well. If you try it and find that it works on another platform, please add a note to the script discussion to let others know.