this script reboot my router netgear DG834G
how to use it :
change the ip of your router : 192.168.0.1 for me
change your password
the script :
$oXML = ObjCreate("Microsoft.XMLHTTP")
$oXML.Open("GET", "http://192.168.0.1/setup.cgi?todo=reboot&wan=1", True, "admin","yourpassword")
$oXML.Send