Mapped Network Drives

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Win2k Native Mode AD domain and I am still running logon scripts from the netlogon directory. Recently I noticed that my network drives were being retained so when I logon the batch file runs but gets errors becuase the drives are already there. I have them being mapped with the /persistent:no variable so they will not be retained and remapped every time in the event they change. To the best of my knowledge, this just started happeing recently. How can I keep these drives from mapping persistent? Will mapping logon scripts with Group Policy help this problem. I am currently in the process of implementing scripts with group policy

Thanks
 
Knock them out once only with the command

net use * /d

and they will not re-appear.


Mike said:
I have a Win2k Native Mode AD domain and I am still running logon scripts
from the netlogon directory. Recently I noticed that my network drives were
being retained so when I logon the batch file runs but gets errors becuase
the drives are already there. I have them being mapped with the
/persistent:no variable so they will not be retained and remapped every time
in the event they change. To the best of my knowledge, this just started
happeing recently. How can I keep these drives from mapping persistent?
Will mapping logon scripts with Group Policy help this problem. I am
currently in the process of implementing scripts with group policy.
 
Back
Top