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?

In Active Directory is there a way to change the network
path of user home directory in bulk?

thanks

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

In Active Directory is there a way to change the network
path of user home directory in bulk?

thanks

BC

Use any valid user name and type the follwoing from a CMD.exe prompt on your
workstation:

net user AnyValidUserName /domain
Take a look at the data on the Home Directory line.
Then, use tip 4646 in the 'Tips & Tricks' at http://www.jsiinc.com
to run:

DomUsers "net user %user% /homedir:path


to change them all.


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