I don't know of an existing program to do exactly that, but it sounds like a good use case for a script (powershell is probably preferable). It looks as though you can disable logins to a particular server with
Change logon /disable (According to http://support.citrix.com/article/CTX564871) You can then run a powershell script that schedules itself (using schtasks (http://support.microsoft.com/kb/814596/) )to run in 12 hours that reboots the machine, then adds a line into the startup to turn on user logins on boot. You can run a normal "shutdown -r -f" command to reboot the machine, then use thi On Wed, Feb 9, 2011 at 12:51 PM, Keith Weitz <[email protected]> wrote: > > Can anyone recommend a good software package that will do the following? > > Disable logins in a citrix environment > Run a scheduled reboot approximately 12 hours later > Re-enable logins after reboot is completed > > Server is a vm running Windows 2008 R2 x64 std box with Xenapp 6.0 > > Thanks. > > _______________________________________________ > Tech mailing list > [email protected] > https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech > This list provided by the League of Professional System Administrators > http://lopsa.org/ > -- LITTLE GIRL: But which cookie will you eat FIRST? COOKIE MONSTER: Me think you have misconception of cookie-eating process. _______________________________________________ Tech mailing list [email protected] https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/
