Move user home directory

  • Thread starter Thread starter BC
  • Start date Start date
B

BC

Does anyone know what would be the best way to move user
home directory from one server to another?

Is there any script that anyone know that could change
the network path of user home directory?

or

Is the a microsoft tools or command that will change the
network path for all user in bulk?

thanks

BC
 
Recently used ldifde to modify HomeDirectory path for multiple users &
robocopy <source. <destination> /e /sec to copy home folders.
These 2 utilities are in W2k server resource kit.
 
Back
Top