Go to file
2024-12-20 22:15:56 +01:00
.gitignore Upload files to "/" 2024-12-20 22:15:47 +01:00
automatic-updates-v2-main.zip Upload files to "/" 2024-12-20 22:15:21 +01:00
Automatic-updates.ps1 Upload files to "/" 2024-12-20 22:15:21 +01:00
Check-Updates-csv.ps1 Upload files to "/" 2024-12-20 22:15:21 +01:00
Create-task-reboot.ps1 Upload files to "/" 2024-12-20 22:15:21 +01:00
Delete-task.ps1 Upload files to "/" 2024-12-20 22:15:21 +01:00
Install-updates.ps1 Upload files to "/" 2024-12-20 22:15:47 +01:00
No-updates.ps1 Upload files to "/" 2024-12-20 22:15:47 +01:00
README.md Upload files to "/" 2024-12-20 22:15:47 +01:00
setup.ps1 Upload files to "/" 2024-12-20 22:15:47 +01:00
Start-Remote-task-updatescript.ps1 Upload files to "/" 2024-12-20 22:15:56 +01:00
updatescript.ps1 Upload files to "/" 2024-12-20 22:15:56 +01:00
variables.ps1 Upload files to "/" 2024-12-20 22:15:56 +01:00
ver20220805 Upload files to "/" 2024-12-20 22:15:56 +01:00

Automatic Updates

Mail available updates and install updates

Create folder c:\scripts\automatic-updates. Place there the files.
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:
#Load variables
. "C:\scripts\automatic-updates-static\Variables.ps1"

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)