tuk666 Posted September 1, 2006 Posted September 1, 2006 Hello,we plan to move our home dirs and the profiles to another server.I know that I'm able to change the paths with the "NET USER" command.It works fine but we have terminalservers and with this command I'm only able to change the paths for the local data. In the User Manager I have additional options for Terminal Servers.Is there any possibiliy or tools which can handle this?Thanx for all tipps and tricks.GreetsOliver
Zartach Posted September 1, 2006 Posted September 1, 2006 For the Profile information you can script this in vbscript via : objItem.Put "profilePath", "VALUE"objItem.Put "scriptPath", "VALUE"objItem.Put "homeDirectory", "VALUE"objItem.SetInfoobjUser.TerminalServicesProfilePath = "VALUE"objUser.TerminalServicesHomeDirectory = "VALUE"objUser.TerminalServicesHomeDrive = "VALUE"objUser.AllowLogon = EnabledobjUser.SetInfoHope it helps,
tuk666 Posted September 1, 2006 Author Posted September 1, 2006 Thanks Zartach.Now the problem is, that I have not enough experience with vb to do this.
Zartach Posted September 1, 2006 Posted September 1, 2006 I'll see if i can make a little script for this, wont be able to do that at the moment though.Do you have any specific needs ? does it need to apply to all users in an OU or just 'some' that can be specified in a txtfile ?
tuk666 Posted September 1, 2006 Author Posted September 1, 2006 To avoid any missunderstandings, we still have a nt4 domain. Active Directory will be implemented in the 1st quarter of 2007.
B.Owen Posted September 13, 2006 Posted September 13, 2006 To change the Terminal Settings fopr Users on on NT4 domain try TSCMD from http://www.systemtools.com/free.htmIt will allow you to change all the setting you need..
Zartach Posted September 13, 2006 Posted September 13, 2006 I'll see if i can make a little script for this, wont be able to do that at the moment though.Do you have any specific needs ? does it need to apply to all users in an OU or just 'some' that can be specified in a txtfile ?Ah, then you can scrap my vb script comments ;-) as they only work in an AD environment. Hopefully the tool B Owen provided will help you on this then.
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