Excessive Drive Mapping - TechRepublic
General discussion
June 30, 2000 at 05:59 AM
aspiring_one

Excessive Drive Mapping

by aspiring_one . Updated 25 years, 11 months ago

Sorry guys, I accidentally closed that question. I’m reposting it here.

I have a script that automatically maps me to 2 different shares on our network. When I lock my workstation and come back a while later, I am mapped about 10 additional times to one of the shares using almost all of the remaining alphabet.

Has anyone seen this problem before?

I really don’t know if the logon script has anything to do with the problem, but here it is just in case.
Here’s the script. . .

Net Use I: /delete
Net Use I: \\server1\share1
Net Use T: /delete
Net Use t: \\server2\share2
Net Use U: \\server3\%USERNAME%

exit

This discussion is locked

All Comments