Logon scripts

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

Hi all

I recently started our domain migration to windows 2000.

Since we upgraded, all our NT and 2000 clients report the
error 'local device name is already in use'. None of our
98 clients get error.

If I disconnect all the mapped drives on the client and
then login again the errors go. Why has this started?
Anybody know how to get rid of the errors.
 
Do you use static drive mappings when the client re-connects to the server?

If so, you might want to put a map /disconnect before remapping drives.

Regards
Paul.
 
Hi Simon,

I have no problem with running login script in Win2K.
This is the sample of my login script:

net use H:\\server2\Document /persistent:no

I hope this will help you a little bit.

Rikki
 
Hi Simon,

Just compare my login script with yours:

Net Use O: \\Server2\Document /persistent:no

Rikki
 
Back
Top