EUCweb / BIS-F

Base Image Script Framework (BIS-F)
https://eucweb.com
GNU General Public License v3.0
96 stars 34 forks source link

Restart Function #149

Open haavarstein opened 4 years ago

haavarstein commented 4 years ago

The current Framework has the option to initiate a Shutdown as part of running the script. At my current project we need to have the Master Image VM's running due to SCOM.

We have developed a patching framework which runs as a scheduled task. The script patches Windows and uses Evergreen to update common apps. So instead of BIS-F just ending, we need a restart to remove AutoLogon counts.

matthias-schlimm commented 4 years ago

It's possible to add a BIS-F ADMX extension to remove AutoLogon during sealing ?

haavarstein commented 4 years ago

Sure that works, but would be great to have option to Restart or Shutdown

EUCweb commented 4 years ago

Check out this one https://github.com/EUCweb/BIS-F/issues/10

Am 18.11.2019 um 16:30 schrieb Matthias Schlimm notifications@github.com:

 It's possible to add a BIS-F ADMX extension to remove AutoLogon during sealing ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.