23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
# Automatic Updates
|
|
|
|
Mail available updates and install updates
|
|
|
|
Create folder c:\scripts\automatic-updates. Place there the files.<br>
|
|
Run the script setup.ps1. If needed run Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass to allow unsigned script
|
|
|
|
If required for script variables are stored in c:\Scripts\atuomatic-updates-static\variables.ps1. To use these in script enter next lines:<br>
|
|
#Load variables<br>
|
|
. "C:\scripts\automatic-updates-static\Variables.ps1"<br>
|
|
|
|
https://gitlab.fourit.cloud/Ivo/automatic-updates-v2/-/archive/main/automatic-updates-v2-main.zip
|
|
|
|
ToDo:
|
|
Mails automatiseren met Power BI
|
|
Research possibility to update dc first then others. Maybe run from domain controller. Benefit is scripts on one location.
|
|
https://social.technet.microsoft.com/Forums/en-US/41ad0e87-71f1-4728-a78b-cec7923cefac/run-windows-scheduled-task-on-a-remote-server?forum=winserverpowershell
|
|
Automatic-Updates-Remote
|
|
Reboot resume script (werkt niet meer)
|
|
|
|
ToDo afgerond:
|
|
Geen resume script bij geen reboot benodigd
|
|
Cleanup mails send (create csv file with updates) |