Installing Terminal Services

  • Thread starter Thread starter Mark Schmidt
  • Start date Start date
M

Mark Schmidt

Is there a way to install Terminal Services Remote
Administation Mode from the command line? The idea is to
create a script that will do this, and ultimately package
the script to run on multiple servers.
 
Mark Schmidt said:
Is there a way to install Terminal Services Remote
Administation Mode from the command line? The idea is to
create a script that will do this, and ultimately package
the script to run on multiple servers.

try this
rundll32.exe setupapi,InstallHinfSection TerminalServices.FreshInstall
128 %SystemRoot%\inf\tsoc.inf

Thanks to Alex K. Angelopoulos.

See also:
http://dev.remotenetworktechnology.com/ts/ts2kinstallclues.htm

--
Matt Hickman
I believe that a man has an obligation to be merciful to the weak...
patient with the stupid...generous to the poor. I think he is
obligated
to lay down his life for his brothers, should it be required of him.
But
I don't propose to prove any of these things; they are beyond proof.
And
I don't demand that you believe as I do.
Robert A. Heinlein (1907 - 1988)
"If This Goes On--" ASF c.1940
 
Back
Top