Page 2 of 2
Re: Windows 11 Upgrades not attempting
Posted: Mon Jun 24, 2024 7:34 pm
by LHChris
Thanks for the reply.
Ran that command, the ones that were scheduled I already rescheduled.
They show tomorrows date and time " 2024-06-25 20:00:00" under the 'WUGSchedule' column and the whole 'WUGPolicyID' column is (NULL)
Re: Windows 11 Upgrades not attempting
Posted: Tue Jun 25, 2024 2:33 pm
by Cubert
Lets see what the logs produce today.
Re: Windows 11 Upgrades not attempting
Posted: Thu Jun 27, 2024 5:00 pm
by LHChris
Nothing changed, all of the computers that were scheduled just show:
OS Upgrade Information:
OS Type: Some 10 Pro some 10 business
Schedule: 6/25/2024 8:00:00 PM
Last Attempt: None
Last Log: None
Logs:
Code: Select all
LTAgent v240.223 - 6/25/2024 12:04:57 AM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: Windows OS Upgrade Operations starting.:::
LTAgent v240.223 - 6/25/2024 12:04:57 AM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: (Windows Upgrade Scheduler) Started.:::
LTAgent v240.223 - 6/25/2024 12:04:57 AM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: (Windows Upgrade Scheduler) Failed with Column 'Option2' does not belong to table Table.:::
LTAgent v240.223 - 6/25/2024 12:04:57 AM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: Windows OS Upgrade Operations completed.:::
LTAgent v240.223 - 6/25/2024 12:30:08 AM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: Windows Updates Operations starting.:::
LTAgent v240.223 - 6/25/2024 12:30:08 AM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: (New agent detection) Started.:::
LTAgent v240.223 - 6/25/2024 12:30:09 AM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: (New agent detection) Completed, added [1] new agents:::
LTAgent v240.223 - 6/25/2024 12:30:09 AM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: Windows Updates Operations completed.:::
LTAgent v240.223 - 6/25/2024 2:34:13 PM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: Windows Updates Operations starting.:::
LTAgent v240.223 - 6/25/2024 2:34:14 PM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: (Windows Update Scheduler) Service started:::
LTAgent v240.223 - 6/25/2024 2:34:14 PM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: (Windows Update Scheduler) scripted for [0] agents.:::
LTAgent v240.223 - 6/25/2024 2:34:14 PM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: Windows Updates Operations completed.:::
LTAgent v240.223 - 6/25/2024 11:04:03 PM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: Current Version is (1.0.5.19) and the available version is (1.0.5.19):::
LTAgent v240.223 - 6/25/2024 11:04:03 PM - Plugin PatchRemedy, Version=1.0.5.19, Culture=neutral, PublicKeyToken=null: Plugin version is current:::
I ran the SELECT ComputerID,ComputerName,WUGSchedule,WUGPolicyID FROM plugin_p4a_patch_remedy_agent query on server and result is exactly the same as what I posted previously.
Side note is there a way to schedule these upgrades so they repeat on a schedule? What manages recurrence of patches/upgrades in PR?
Re: Windows 11 Upgrades not attempting
Posted: Fri Jun 28, 2024 1:08 pm
by Cubert
This is interesting..
(Windows Upgrade Scheduler) Failed with Column 'Option2' does not belong to table Table
I believe this may be your culprit. Looks like I have a bad test in the code for NULL value.
I'll have an update out later today to resolve this.
Re: Windows 11 Upgrades not attempting
Posted: Fri Jun 28, 2024 1:11 pm
by Cubert
As for Windows Upgrades repeating. I would need to look into this further, think about it's execution and effects.
Let me ponder this some..
Re: Windows 11 Upgrades not attempting
Posted: Fri Jun 28, 2024 1:45 pm
by LHChris
Yeah my thinking with repeating is that people turn off computers and might not get caught the first tuesday I schedule it. But if I could make it run every tuesday those folks might leave it on.
It wouldnt attempt upgrades for people who dont need upgrades right?
Re: Windows 11 Upgrades not attempting
Posted: Fri Jun 28, 2024 2:09 pm
by Cubert
That is the crux of it. To do it right there would need to be several checks and balances put in place to prevent overrun of the same upgrade over and over again. so there would need to be another test preformed that would capture update version and match it to last scheduled version (which we don't have yet).
must ponder further...
Re: Windows 11 Upgrades not attempting
Posted: Fri Jun 28, 2024 3:08 pm
by Cubert
Posted the update.
Patch Remedy 1.0.5.20
Should auto update tonight.