I created a share and mapped a drive with a limit access account read-only. <BR><BR>Now, I disconnected the share and want to connect with a full-rights user, but windows doesn't give me the option to ...
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 ...