Title: Message
Also on the Windows Scripting Solutions site (http://www.winscriptingsolutions.com), Thomas Eck goes into details about a com object that will set some Terminal Service settings - home directory and profile path being the major ones. 
 
-----Original Message-----
From: Puckett, Richard [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 11, 2002 9:19 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [ActiveDir] Terminal Services Profile Path

 
I believe the TSPROF.EXE can do this.  While not elegant, you can shell out to it to handle multiple users.
 
Windows Terminal Server Documentation: TSPROF
http://www.microsoft.com/windows2000/en/server/help/default.asp?url=/windows2000/en/server/help/ts_cmd_tsprof.htm
 
If you'd like to go the programmatic route, with a little modification, I believe the below source from MSFT could be used to do what you want:
 
HOWTO: Call WTSSetUserConfig() and WTSQueryUserConfig() from Visual Basic
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q292631
WTSSetUserConfig
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termserv/wtssetuserconfig.asp
WTS_CONFIG_CLASS
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termserv/wts_config_class_str.asp
 
Hope this helps,
Richard
 
 
 
-----Original Message-----
From: Byrne, Steve [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 10, 2002 8:19 PM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Terminal Services Profile Path

Hi all, does anyone know how to change the "terminal services profile path" in a users profile settings? - I'm looking for a script or tool to do bulk users.
 
Thanks in advance,
 
Steve Byrne
 
 

Reply via email to