We are running NT Server 4.0 with 400+ clients. We use a logon script that uses the following command to assign the user their home directory as the M: drive:
net use m: /home /y
This script command works with all other clients (Win95, WinNT,Win98). However it does not execute with Win2000 clients at logon. However, if the user reexecutes the script after logon it does assign the drive. Can anyone tell me why or how to get it to execute correctly in the logon process?