M Mr. CG Dec 4, 2003 #1 I want automatic drive mapping for my Domain, so any user that logs in from any machine gets thier drives mapped automatically.
I want automatic drive mapping for my Domain, so any user that logs in from any machine gets thier drives mapped automatically.
N NIC Student Dec 5, 2003 #2 Open Users & Computers, edit the properties of a user and add a logon script. You can use vbs, batch files, etc as your logon scripts. I think most people including myself use "net use " commands for drive mapping in a batch file.
Open Users & Computers, edit the properties of a user and add a logon script. You can use vbs, batch files, etc as your logon scripts. I think most people including myself use "net use " commands for drive mapping in a batch file.