Is it possible to shutdown/reboot clients from waptconsole?
Règles du forum
Règles du forum communautaire
* English support on www.reddit.com/r/wapt
* Le support communautaire en français se fait sur ce forum
* Merci de préfixer le titre du topic par [RESOLU] s'il est résolu.
* Merci de ne pas modifier un topic qui est taggé [RESOLU]. Ouvrez un nouveau topic en référençant l'ancien
* Préciser version de WAPT installée ( 1.6.1 / 1.7.4 / 1.8.2 / etc.) AINSI QUE l'édition Enterprise / Community
* Préciser OS du serveur (Linux / Windows) et version (Debian Stretch/Buster - CentOS 7 - Windows Server 2012/2016/2019)
* Préciser OS de la machine d'administration/création des paquets (Windows 7 / 10)
* Comme tout forum communautaire, le support est fait bénévolement par les membres. Si vous avez besoin d'un support commercial, vous pouvez contacter Camille ou Faustine au service commercial Tranquil IT au 02.40.97.57.55
Règles du forum communautaire
* English support on www.reddit.com/r/wapt
* Le support communautaire en français se fait sur ce forum
* Merci de préfixer le titre du topic par [RESOLU] s'il est résolu.
* Merci de ne pas modifier un topic qui est taggé [RESOLU]. Ouvrez un nouveau topic en référençant l'ancien
* Préciser version de WAPT installée ( 1.6.1 / 1.7.4 / 1.8.2 / etc.) AINSI QUE l'édition Enterprise / Community
* Préciser OS du serveur (Linux / Windows) et version (Debian Stretch/Buster - CentOS 7 - Windows Server 2012/2016/2019)
* Préciser OS de la machine d'administration/création des paquets (Windows 7 / 10)
* Comme tout forum communautaire, le support est fait bénévolement par les membres. Si vous avez besoin d'un support commercial, vous pouvez contacter Camille ou Faustine au service commercial Tranquil IT au 02.40.97.57.55
Hi,
This feature is quite easy to implement... but until now there has been an internal debate about the potential misuse of this.
At least we should add a flag in wapt-get.ini to disable it explicitly on hosts.where it not advisable to allow it (servers...)
and a popup should be displayed to logged in users of the machine to postpone the shutdown/reboot.
This feature is quite easy to implement... but until now there has been an internal debate about the potential misuse of this.
At least we should add a flag in wapt-get.ini to disable it explicitly on hosts.where it not advisable to allow it (servers...)
and a popup should be displayed to logged in users of the machine to postpone the shutdown/reboot.
Tranquil IT
I believe it's with https://wapt.tranquil.it/wapt/nightly/a ... ot_machine
And how would the call to reboot in a script ?
And how would the call to reboot in a script ?
disabled by default on the client
If you want to enable oit, you must set in <wapt>\wapt-get.ini
If you want to enable oit, you must set in <wapt>\wapt-get.ini
Code : Tout sélectionner
[global]
...
allow_remote_reboot=1
allow_remote_shutdown=1
Tranquil IT