Hi, I have setup a bank of 6 servers all running active directory. I wish to also use logon scripts as with the older nt os to map network drives. I know i could use group policy for that but I would still like to use the .bat scripts.
I have copied all the scripts into the NETLOGON folder and the scripts execute succesfully. The only problem is that it does not map network drives.
The script I use is as follows:
@echo off
net time \\w2kdc /yes
net use u: /home /yes
Any ideas? The home directories are all created and shared as should with correct access permissions.
I have copied all the scripts into the NETLOGON folder and the scripts execute succesfully. The only problem is that it does not map network drives.
The script I use is as follows:
@echo off
net time \\w2kdc /yes
net use u: /home /yes
Any ideas? The home directories are all created and shared as should with correct access permissions.