Sometimes our network administrators create network shared drives that auto-mount when we log onto our network domain.  To get the full list of drives mapped and the network paths, use the following command in the DOS prompt:

net use

To have the list saved to a text file use:

net use > mapped_drives.txt

[Note: the mapped_drives.txt file will be saved to the command prompt directory in DOS when you run the command shown above.  By default it probably will be ‘C:\Users\[your username]’]