Server Management - Systems Insight Manager
1827293 Members
3252 Online
109717 Solutions
New Discussion

Error trying to create a custom command

 
SOLVED
Go to solution
Jack Price
New Member

Error trying to create a custom command

to make my server(s) reboot at a certain time, what's the best method?
2 REPLIES 2
Mike Strako
Trusted Contributor
Solution

Re: Error trying to create a custom command

Goto tools, create custom command, enter desired label, I.E. restart, on the CMS server create a batch file like the following:
restart -r -f -m \\%devicename%
Label that file restart.bat.

Then just schedule your jobs. That's all to it. let me know how it works for you.

Best regards.
Jack Price
New Member

Re: Error trying to create a custom command

Worked like a charm, thank you!!!