robbinschut Posted October 15, 2013 Share Posted October 15, 2013 Hi All, Â Do you want to shutdown or restart your computer on a certain day and time? no problem! With the Shutdown Scheduler plugin you can set what you want todo (shutdown or restart) and when it needs to happen. When the time is there you will receive a notification that the computer is going to shutdown or restart. Â Good luck with it! Â Â ShutdownScheduler.zip Paul and Marius 2 Link to comment Share on other sites More sharing options...
Administrators Paul Posted October 15, 2013 Administrators Share Posted October 15, 2013 Looks cool, thank you. Does it force a shutdown or restart or it will issue a plain shutdown command? Link to comment Share on other sites More sharing options...
robbinschut Posted October 16, 2013 Author Share Posted October 16, 2013 Thanks, it doesn't force the shutdown or restart for now. It executes the command:Â "ShutDown.exe (-s or -r) -t 20"Â so you have 20 seconds to possibly stop the shutdown or restart. Â It is a good idea to set this a an option . Paul 1 Link to comment Share on other sites More sharing options...
Administrators Paul Posted October 16, 2013 Administrators Share Posted October 16, 2013 Does this work if there is no user logged in? Link to comment Share on other sites More sharing options...
robbinschut Posted October 22, 2013 Author Share Posted October 22, 2013 Hi Paul,  Sorry for my late response.. Yes it works if there is no user logged in and also when there are users logged (they will get a dialog with a countdown) Paul 1 Link to comment Share on other sites More sharing options...
JHimmelbauer Posted October 26, 2013 Share Posted October 26, 2013 Hi Robbin,  thank you for your work and the great plugin! - It is very useful for maintenance Jobs, if is needed to restart the systems after midnight, after the Business is closed  I wanted to test now the plugin on a Windows 2008R2 server, but the status remain always set at "Disable" - any idea? Link to comment Share on other sites More sharing options...
qbtadmin Posted February 4, 2014 Share Posted February 4, 2014 Great idea but running it on Server 2008R2 it says disabled, how do I enable it? Link to comment Share on other sites More sharing options...
digbyp Posted October 8, 2014 Share Posted October 8, 2014 Is there a resolution yet, to it staying at State Disabled?  Also, it seems  1 - When you set time, you have to go back in and Save a second time 2 - Enable schedule definitely not work on Windows 2008 R2 or Windows XP (does not change state to Enabled 3 - I presume once working one can revers and disable? 4 - Assuming perhaps a computer would shut down - just tested and did not   This is a great plugin - any chance of fixing soon?  thanks Link to comment Share on other sites More sharing options...
Administrators Paul Posted October 18, 2014 Administrators Share Posted October 18, 2014 (edited) I've create an open-source clone of this plugin (which works).  Source code: https://bitbucket.org/paulcsiki/shutdownplugin/src Latest release: 1.3 - Download  Paul  I've released version 1.3 of the shutdown scheduler plugin which fixes some bugs. Edited December 21, 2015 by Paul new version Cptrico 1 Link to comment Share on other sites More sharing options...
tpaolillo Posted February 3, 2016 Share Posted February 3, 2016 Hi, Im new to pulseway. I downloaded the release above 1.3 and installed it as a plugin. For the life of me I cannot figure out where to go to use or set it? Any help would be appreciated. Â Thanks Tony Link to comment Share on other sites More sharing options...
Administrators Paul Posted February 4, 2016 Administrators Share Posted February 4, 2016 11 hours ago, tpaolillo said: Hi, Im new to pulseway. I downloaded the release above 1.3 and installed it as a plugin. For the life of me I cannot figure out where to go to use or set it? Any help would be appreciated.  Thanks Tony Hi Tony, Thanks for trying my plugin! You can configure the plugin from the mobile/web apps. Open the system details and scroll to the bottom of the page, you should see an additional entry after the system commands. Paul Link to comment Share on other sites More sharing options...
John.Appleton Posted October 6, 2016 Share Posted October 6, 2016 Hi I have loaded the plugin on to a Windows 2012 Server and it appears in the webapp as shutdown plugin but i am unable to set the time, change the action or interval. Same thing on a 2008 server also Is there something i am missing? Link to comment Share on other sites More sharing options...
Administrators Paul Posted October 6, 2016 Administrators Share Posted October 6, 2016 Hi John, Unfortunately the webapp doesn't support plugin inputs just yet. The new HTML webapp is still being migrated from the flash webapp and some features might still be missing (like plugin inputs). You can change the inputs from any other client though. We will definitely be adding support for plugin inputs in a future release. -Paul Link to comment Share on other sites More sharing options...
John.Appleton Posted October 6, 2016 Share Posted October 6, 2016 You can change the inputs from any other client though Sorry but what application should i be using to be able to do this? There does not appear to be any additional functionality to achieve this through the Pulseway Dashboard. Sorry should have checked the mobile app Link to comment Share on other sites More sharing options...
M Group Posted November 8, 2016 Share Posted November 8, 2016 Hi Guys, Is there any way we can get a tick list for days of the week to reboot a device? I have a server I'd like to reboot once a week, maybe a satruday night, but the only options I've got are every day or week days. Â Thanks! Link to comment Share on other sites More sharing options...
Staff Chris Posted November 8, 2016 Staff Share Posted November 8, 2016 Have you tried to use the automation from the Pulseway webapp. There is the option to create the scheduled task by the day and time. Link to comment Share on other sites More sharing options...
gt4mark Posted November 15, 2018 Share Posted November 15, 2018 FWIW - in the automation we use a powershell script for this Start-Sleep -Seconds (New-TimeSpan -End "11 PM").TotalSeconds; shutdown.exe /r Link to comment Share on other sites More sharing options...
Charlie Ford Posted November 12, 2020 Share Posted November 12, 2020 Has anyone managed to get this plugin working recently? It would be a great addition for scheduling server restarts at night specifically. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now