Scheduled Task to Reboot ETH6 ?

Ask fellow members about Ceton's infiniTV tuners here.
Forum rules
Ceton no longer participate in this forum. Official support may still be handled via the Ceton Ticket system.
Post Reply
tzr916

Posts: 445
Joined: Tue May 28, 2013 11:56 pm
Location: Stockton CA

HTPC Specs: Show details

Scheduled Task to Reboot ETH6 ?

#1

Post by tzr916 » Tue Mar 08, 2016 1:12 am

We all know how to go to the IP of the ETH6, go to the log page, go to the bottom, type reboot into the box and click Send...

It would be great if we could setup a scheduled task in Windows to accomplish this!

Any ideas?

Sea3

Posts: 38
Joined: Wed Aug 07, 2013 4:54 am
Location:

HTPC Specs: Show details

#2

Post by Sea3 » Tue Mar 08, 2016 2:28 am

Can you add a task to launch a powershell script? I think this powershell script might work:
function CetonReboot($ipaddr)
{
$wc = New-Object System.Net.WebClient
$wc.UploadStringAsync("http://$ipaddr/command.cgi", "cmd=reboot")
}

CetonReboot 192.168.0.<xxx>

Post Reply