Hello! My boss want our fleet of HDX units to be rebooted once a week in the middle of the night. Is there a way to automate and schedule a reboot? I think I would need to use some kind of telnet script to issue the reboot command if that's even possible. Thanks!
In WWW a find this(see attachment). It works. You have to create task in scheduler.
Original - http://www.techidiots.net/autoit-scripts/telnet-batch/telnet_batch2.zip/view
Update: Administrative rights may be required to run this task
Hi,
The command is "reboot now"
Hello,
Could someone help me with rebooting multiple hdx and rpg via ssh by script ?
IP adress in external txt file,
in plink it looks like this:
plink user@192.168.0.1 -pw password -ssh <commands.txt> output.txt
I tried to make autoit script but without succes to :/