http://qs321.pair.com?node_id=904988


in reply to Setting Terminal Server User Profile Settings

I think you could use Win32::Lanman for that (http://www.cpan.org/authors/id/J/JH/JHELBERG/ ) provided you can still install it in a modern Perl installation.

Otherwise, use the terminal server command (tscmd) from systemtools.com (http://www.systemtools.com/cgi-bin/download.pl?tscmd) in your script.

  • Comment on Re: Setting Terminal Server User Profile Settings

Replies are listed 'Best First'.
Re^2: Setting Terminal Server User Profile Settings
by ToolHack (Novice) on May 18, 2011 at 14:44 UTC
    I'd rather not depend on a 3rd party tool for this. I'll see if Lanman can do the job. Notice I don't consider Perl as 3rd party. ;-)

    Thanks.

      Doesn't look like Lanman is supported on Perl 5.10...