Mapped Network Drives

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
 
P

Pegasus \(MVP\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top