I have 20 Ubuntu terminals that run RDP sessions from our RDS server (Server 2012R2).
I want to shut down these machines and night and start them up again in the morning remotely, preferably from the RDS server, but definitely from a Windows-based machine.
For startup, I can us WOL, so there's no issue there.
For shutdown, however, I'm stuck.
What is the best way to automate that shutdown process?
Batch file with Putty script? Third-party software? Native Batch file with Powershell? VNC tools?
I can't imagine this is an issue that hasn't already been dealt with, but I can't seem to find much documentation on it.
EDIT: Facepalming after someone mentioned cron. Definitely a fix for the immediate problem, but I'm still looking for something end-user friendly for the managers of these terminals who are familiar with a GUI interface. I'm thinking of something like Wyse Device Manager (http://www.dell.com/us/business/p/wyse-wdm/pd), but not tailored to that specific brand.