[THIN] Re: Terminal Server Automation

From within the CMC (citrix management console) if you right click on a
server, and go to properties, you should see a tab for reboot schedule.

Another option would be to make a CMD file and set it up as a task on the
server. There's several varieties of options you can look into with a custom
shutdown script, such as clearing printer temp files, etc. But the simple
reboot command would be:

     Shutdown /r /t 05

     /r = restart
     /t xx = time to initiate the restart in seconds.

You may want to verify that the shutdown command is supported on your
servers, just run a "shutdown /?" from the command prompt, if you get a
listing of all the options, it's supported ;).

HTH,

Lan

On 8/21/07, Doug Rooney <Doug@xxxxxxxxxxxxxxxxxxxx> wrote:
>
>  Hello,
>
> I need to make sure my terminal servers re-start every night at midnight.
> Is there a script or application I can run to make this happen?
>
>
> Thank You
>
> -Doug Rooney
> Sonoma TileMakers
> IT Systems Administrator
> 7750 Bell Rd.
> Windsor Ca, 95492
> (707) 837-8177 X11
> (707) 837-9472 FAX
> it@xxxxxxxxxxxxxxxxxxxx
>
>  ------------------------------
>  ------------------------------
>  ------------------------------
>

Other related posts: