I've tried INTRIGRANT's suggestion below to reboot IP Office via Task Scheduler in Windows 7. If I run this line manually from a command prompt it works and the system reboots. However, it will not work when executed in a .bat or .cmd file and thus fails in Task Scheduler. This is the output and error I receive when executing from a batch file.
------------------------------------------------------------------
C:\>tftp -i 10.103.10.230 get "nasystem/reboot/00e0070c7f07/$t$'~ q//"
WinAgents TFTP Client version 2.0b Copyright (c) 2004-2011 by Tandem Systems, Ltd.
- Software for network administrators
Transfering file nasystem/reboot/00e0070c7f07/$t$'~ q/" from server in octet mode...
Transferring data from 10.103.10.230...
Error occurred during the file transfer (Error code = 1):
NotFound
C:\>pause
Press any key to continue . . .
-----------------------------------------------------------------
I'm stumped! I've tried "Run As Administrator", tried running with my Domain Admin account, and many other things. If I could get this to run in a batch file I'm pretty certain it would the run as a scheduled task. Like I said, this line does work when run manually from a command prompt. I've tried to run it in a batch file from several different computers.
Anybody have any ideas?
Thanks!
John
~~~~~~~~~~~~~~~~~~~~~~~~~~
INTRIGRANT's original post -
Schedule this in MS scheduler:
reboot.bat
tftp -i 192.168.42.1 get "nasystem/reboot/00e007004e65/$t%$'~ q//"
the ip address is the ip address of the ipo, 00e007004e65 is the MAC address of the ipo, $t%$'~ q/ is the password of the ipoffice ( in this case "password")
If you have changed the systems password then connect a deltaserver to the ipo and search the registry of the pc for deltaserver entries, there you can find the new coded password.
~~~~~~~~~~~~~~~~~~~~~~
------------------------------------------------------------------
C:\>tftp -i 10.103.10.230 get "nasystem/reboot/00e0070c7f07/$t$'~ q//"
WinAgents TFTP Client version 2.0b Copyright (c) 2004-2011 by Tandem Systems, Ltd.
- Software for network administrators
Transfering file nasystem/reboot/00e0070c7f07/$t$'~ q/" from server in octet mode...
Transferring data from 10.103.10.230...
Error occurred during the file transfer (Error code = 1):
NotFound
C:\>pause
Press any key to continue . . .
-----------------------------------------------------------------
I'm stumped! I've tried "Run As Administrator", tried running with my Domain Admin account, and many other things. If I could get this to run in a batch file I'm pretty certain it would the run as a scheduled task. Like I said, this line does work when run manually from a command prompt. I've tried to run it in a batch file from several different computers.
Anybody have any ideas?
Thanks!
John
~~~~~~~~~~~~~~~~~~~~~~~~~~
INTRIGRANT's original post -
Schedule this in MS scheduler:
reboot.bat
tftp -i 192.168.42.1 get "nasystem/reboot/00e007004e65/$t%$'~ q//"
the ip address is the ip address of the ipo, 00e007004e65 is the MAC address of the ipo, $t%$'~ q/ is the password of the ipoffice ( in this case "password")
If you have changed the systems password then connect a deltaserver to the ipo and search the registry of the pc for deltaserver entries, there you can find the new coded password.
~~~~~~~~~~~~~~~~~~~~~~