Tech Support > Operating Systems > Windows 2003 > Help with active directory...
Help with active directory...
Posted by Help on December 23rd, 2003


Hello,

Running: Windows Server 2003

Problem: 730 Users need their Terminal Services User
Profile Path changed from one server to another but
keeping the same attributes.

Example: Domain is tfa.local, OU is Users. It checks the
user name and the terminal services profile path, and
sees if the path is \\server1\profile$\(username). If it
is, then it changes it to \\server2\profile$\(username),
and does this until all are changed. Is this possible? I
have been trying out other snippits of code online and it
gives me every single stinking error it possibly can.

Thank you.
..


Posted by janne on December 27th, 2003


Hi!
If you want to change the TS properties for a user you have to use the TS API's or the ADSI TS extension that is availbe on windows server 2003. You could of course use a third party tool instead like this one:

http://www.somarsoft.com

check under freetools.

///Janne

----- Help wrote: -----

Hello,

Running: Windows Server 2003

Problem: 730 Users need their Terminal Services User
Profile Path changed from one server to another but
keeping the same attributes.

Example: Domain is tfa.local, OU is Users. It checks the
user name and the terminal services profile path, and
sees if the path is \\server1\profile$\(username). If it
is, then it changes it to \\server2\profile$\(username),
and does this until all are changed. Is this possible? I
have been trying out other snippits of code online and it
gives me every single stinking error it possibly can.

Thank you.
..




Similar Posts