Drive Mapping

  • Thread starter Thread starter Mr. CG
  • Start date Start date
M

Mr. CG

I want automatic drive mapping for my Domain, so any user
that logs in from any machine gets thier drives mapped
automatically.
 
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.
 
Back
Top