yhttech Posted June 23, 2014 Posted June 23, 2014 Does anyone have a good tool or script that they care to share that will bulk modify my users' home folder path in AD?
jamesreedersmith Posted June 23, 2014 Posted June 23, 2014 Select group and right click properties, go to profile tab and change as needed - remember %username% will automatically put the username in if needed (amongst others you can use if set up)
jklight Posted June 23, 2014 Posted June 23, 2014 dsquery user ou=Students,dc=school,dc=net | dsmod user -hmdir \\srv1\share\$username$ -hmdrv H: Using DSMod to update Active Directory | CRMguru
JRowley Posted June 24, 2014 Posted June 24, 2014 I use ADModify personally, Introduction to ADModify.net
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now