Step Guide to Map NAS Drive as Network Drive Whether you’re managing a small home office or simply want to share media across multiple devices, mapping a NAS (Network Attached Storage) drive as a ...
Here is the bat file in sysvol\domain\scripts:<BR><BR>net use p: \\server1\public<BR>net use g: \\server2\graphics<BR><BR>The first mapping works fine. <BR><BR>The second is the one I just added and ...