Home Directory Mapping

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to be able to disable the mapping for the user's home directory
on particular machines on the network. These machines are already in their
own OU. Can I do this using policies?
 
I would like to be able to disable the mapping for the user's home directory
on particular machines on the network. These machines are already in their
own OU. Can I do this using policies?


You can have a logon script for the OU that
unmaps the home dir and remaps to a local or different server.

If the drive letter used is H:
the script could:
net use H: /delete
net use H: \\DifferentServer\.....

OR

subst H: "C:\documents and Settings\%UserName%\My Documents"
or similar



Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top