-
Notifications
You must be signed in to change notification settings - Fork 177
Different update schedules #1070
Replies: 1 comment · 3 replies
-
|
Hi! |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
I.E. what specific apps, what priority apps, what schedule for the different app groups, other apps... |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
I don't have any actual examples. But some software you might want to update everyday because of CVE issues, like vcredist, dot.net or other built in windows base software. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Found an error in the previous one.
WAU Schedule-Based Update Mod 🎯 Purpose Update critical security apps (browsers, runtimes) daily
Daily apps (critical security - ALWAYS updated)$DailyApps = @( Weekly apps (updated every Wednesday)$WeeklyApps = @( Monthly apps (second Thursday - pilot testing)$MonthlyApps = @( Pilot computers (get everything immediately)$PilotComputers = @( DEFAULT schedule for undefined apps$DefaultSchedule = 'Weekly' # Options: 'Daily', 'Weekly', 'Monthly', 'Never' Schedule settings$WeeklyUpdateDay = 'Wednesday' 🔄 How It Works
Next Day: File Timestamp Management Without timestamp preservation: WAU would think the local file is newer than the server version and never download updates 📊 Schedule Categories Standard utilities (7zip, VLC) Apps requiring pilot testing Set to 'Daily' for aggressive updates Pilot Computers |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is it possible to have different update schedule's ?
Let's say you have your basic whitelist apps that you want to update daily then you have these other more sensitive apps that you want updates on a more controlled schedule...say bi weekly....is this possible ?
Can I modify something to do that ?
like through a GPO create a policy (scheduled task) that updates a specified app certain times ?
while still having priority apps updated daily ?
Beta Was this translation helpful? Give feedback.
All reactions