1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

script terminal services application mode install for windows 2003

Discussion in 'Windows Home Server' started by mpwarril, Oct 1, 2009.

  1. mpwarril

    mpwarril Guest

    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
     
  2. Re: script terminal services application mode install for windows2003

    mpwarril wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > 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<!--colorc--><!--/colorc-->
    You can easily do that using an unattended installation.
    All documented/explained here:



    --
    Claudio Rodrigues
    CEO, WTSLabs Inc.


    "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.
     
  3. mpwarril

    mpwarril Guest

    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.
    <!--coloro:blue--><span style="color:blue <!--/coloro--><!--coloro:green--><span style="color:green <!--/coloro-->
    >>"Cl‡audio Rodrigues" wrote:<!--colorc--><!--/colorc-->
    > You can easily do that using an unattended installation.
    > All documented/explained here:
    >
    >
    >
    > --
    > Claudio Rodrigues
    > CEO, WTSLabs Inc.
    >
    >

    > "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.
    > <!--colorc--><!--/colorc-->
     
  4. 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.


    "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:
    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > 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.
    > <!--coloro:green--><span style="color:green <!--/coloro--><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    > >>"Cl‡audio Rodrigues" wrote:<!--colorc--><!--/colorc-->
    > > You can easily do that using an unattended installation.
    > > All documented/explained here:
    > >

    > >
    > >
    > > --
    > > Claudio Rodrigues
    > > CEO, WTSLabs Inc.
    > >
    > >

    > > "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.
    > > <!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->
     

Share This Page