script terminal services application mode install for windows 2003

M

mpwarril

please can anyone tell me if there is a way to automate / script the install
of terminal services in application mode for windows 2003 ?

I have been looking at wmi and the changemode method of the
Win32_TerminalServiceSetting object but that just allows you to alter from
licensing per device to licensing per session etc.

It does not actually install terminal services in application mode.

We use a very plain image without terminal services in application, just in
admin mode .

thanks
 
C

Cl‡audio Rodrigues

Re: script terminal services application mode install for windows2003

mpwarril wrote:
> please can anyone tell me if there is a way to automate / script the install
> of terminal services in application mode for windows 2003 ?
>
> I have been looking at wmi and the changemode method of the
> Win32_TerminalServiceSetting object but that just allows you to alter from
> licensing per device to licensing per session etc.
>
> It does not actually install terminal services in application mode.
>
> We use a very plain image without terminal services in application, just in
> admin mode .
>
> thanks

You can easily do that using an unattended installation.
All documented/explained here:
http://support.microsoft.com/kb/278513


--
Claudio Rodrigues
CEO, WTSLabs Inc.

http://www.wtslabs.com
"WebTS: TSWeb the way it should have been done since day one"

Citrix CTP
Provision Networks VIP

Make sure you download our free guide about Terminal Services.
An A to Z guide, explaining everything, from setting it up to enabling
group policies. A must read and again, completely free.
 
M

mpwarril

Re: script terminal services application mode install for windows

thanks for your help . I reviewed the article you refered to but we are not
looking for an inf file or method of altering the windows server install
method but a script to install terminal services in application mode after
the OS is loaded.

>>"Cl‡audio Rodrigues" wrote:

> You can easily do that using an unattended installation.
> All documented/explained here:
> http://support.microsoft.com/kb/278513
>
>
> --
> Claudio Rodrigues
> CEO, WTSLabs Inc.
>
> http://www.wtslabs.com
> "WebTS: TSWeb the way it should have been done since day one"
>
> Citrix CTP
> Provision Networks VIP
>
> Make sure you download our free guide about Terminal Services.
> An A to Z guide, explaining everything, from setting it up to enabling
> group policies. A must read and again, completely free.
>
 
C

Cláudio Rodrigues [MVP]

Re: script terminal services application mode install for windows

Simply do this:
Create a file called sysoc.txt with the following content

[Components]
TerminalServer=ON

[TerminalServices]
AllowConnections=1
LicensingMode=PerDevice
PermissionsSetting=0


Then run the following command
sysocmgr /i:%windir%\inf\sysoc.inf /u:C:\sysoc.txt /r /q

This will do what you want. Why not add it during the OS install I have no
idea. :)

Claudio Rodrigues
CEO, WTSLabs Inc.

http://www.wtslabs.com
"WebTS: TSWeb the way it should have been done since day one"

Citrix CTP
Provision Networks VIP

Make sure you download our free guide about Terminal Services.
An A to Z guide, explaining everything, from setting it up to enabling
group policies. A must read and again, completely free.


"mpwarril" wrote:

> thanks for your help . I reviewed the article you refered to but we are not
> looking for an inf file or method of altering the windows server install
> method but a script to install terminal services in application mode after
> the OS is loaded.
>
> >>"Cl‡audio Rodrigues" wrote:

> > You can easily do that using an unattended installation.
> > All documented/explained here:
> > http://support.microsoft.com/kb/278513
> >
> >
> > --
> > Claudio Rodrigues
> > CEO, WTSLabs Inc.
> >
> > http://www.wtslabs.com
> > "WebTS: TSWeb the way it should have been done since day one"
> >
> > Citrix CTP
> > Provision Networks VIP
> >
> > Make sure you download our free guide about Terminal Services.
> > An A to Z guide, explaining everything, from setting it up to enabling
> > group policies. A must read and again, completely free.
> >
 
S

Soo Kuan Teo [MSFT]

Can you please try the following?
http://support.microsoft.com/default.aspx?...ben-usQ222444

Thanks
Soo Kuan


--
This posting is provided "AS IS" with no warranties, and confers no rights.

"mpwarril" wrote in message
news:C9B91145-1C38-4670-A45B-0DE8E65CB8A4@microsoft.com...
> please can anyone tell me if there is a way to automate / script the
> install
> of terminal services in application mode for windows 2003 ?
>
> I have been looking at wmi and the changemode method of the
> Win32_TerminalServiceSetting object but that just allows you to alter from
> licensing per device to licensing per session etc.
>
> It does not actually install terminal services in application mode.
>
> We use a very plain image without terminal services in application, just
> in
> admin mode .
>
> thanks
 

Similar threads

C
Replies
0
Views
80
Christopher Nguyen
C
C
Replies
0
Views
90
Christopher Nguyen
C
C
Replies
0
Views
122
Christopher Nguyen
C
C
Replies
0
Views
297
Christopher Nguyen
C
Back
Top Bottom