Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
2003 netlogon script
Name: David Date: August 27, 2003 at 19:53:32 Pacific OS: Windows 2003 CPU/Ram: 256 Ram
Comment:
I have been trying to make a simple script work that maps a drive to a user when he/she logs on to the network at any computer. So far i can only get this working locally on a machine. I would like to make it work so i can just add the login scipt under each profile. Can anyone give me advice on how to do this. Currently i have created the following to make this work locally. C:windows\system32\repl\imports\scripts i made the scripts share name as netlogon and have the script of course under the scripts folder. Under the logon script in the profile i added \\computername\netlogon\netlogon.bat any advice or help is much appreciated.
Name: uselessmitch Date: August 28, 2003 at 01:31:13 Pacific
Reply:
wouldnt you have to put the script on ur sevrer and have roaming logon users? (dunno)
0
Response Number 2
Name: alvess Date: August 28, 2003 at 04:41:44 Pacific
Reply:
In active directory, properties for user. Add wanted map under "profile" select drive!
Easy...
0
Response Number 3
Name: david Date: August 28, 2003 at 17:55:44 Pacific
Reply:
Hurm, easy huh? If your read my post i have done that and have achieved getting the script to succesfully run locally, however if i sigh on to another computer with the same logon name the script will not run. It's obviously not as easy as adding a script path to lead to your batch file/script. A key thing to get it to work locally is to have whatever folder you have the script in, share name as netlogon, so obviously you dont know what your talking about. Once again i am trying to get this script working for a domain, and have it so i can add the logon scripts on my 2003 server for each user under the active directory users and computers in the logon scripts under each profile. So before your get all COCKY like Alvess and say it's easy please make sure you know what your talking about. Thanks to the other replies as well excluding alvess.
0
Response Number 4
Name: bob Date: August 31, 2003 at 21:53:29 Pacific
Reply:
Hi
In the logon script box for the user you say you have put in \\computername\netlogon\netlogon.bat, you should only have netlogon.bat, when the computer logs onto a domain controller it automatically knows \\domaincontrollerivloggedonto\netlogon is where the logon script is help, what you'r asking it to do is run the script at \\domaincontrollerivloggedonto\netlogon\\computername\netlogon\netlogon.bat, which is why its not working...
0
Response Number 5
Name: bob Date: August 31, 2003 at 21:54:32 Pacific
Reply:
"logon script is help" should be "logon script is held"...
Summary: i have recently installed server 2003 as my DC in a mixed client environment(win 95/98/200/xp),I have setup the home directory path and a logon script to map a network drive for my test user. all conm...
Summary: ok I am new to win 2003 and scripting. I will google to find a batch file. For B and C I cannot answer that which is bad. I am using the gpmc.msc to make group policies. Sorry. If you could point me i...
Summary: Am I to understand that on Windows 2003 Server, the netlogon share is created by me? That I create the folder? That I share it as netlogon? That I put my scripts into it? And if the user hits that ser...