Windows 11 Upgrades not attempting

Patch Remedy 5 is the next generation of the Plugins4Automate Patch Remedy family of products.
This forum is used to support Patch Remedy 5 only, if your using a previous version of Patch Remedy please see the forum for that version below.
Inside you will find the documentation project for the plugin were you can get insights on how to operate and use Patch Remedy 5.
LHChris
Posts: 11
Joined: Fri May 10, 2024 5:59 pm
1

Re: Windows 11 Upgrades not attempting

Post 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)

User avatar
Cubert
Posts: 2694
Joined: Tue Dec 29, 2015 7:57 pm
9
Contact:

Re: Windows 11 Upgrades not attempting

Post by Cubert »

Lets see what the logs produce today.

LHChris
Posts: 11
Joined: Fri May 10, 2024 5:59 pm
1

Re: Windows 11 Upgrades not attempting

Post 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?

User avatar
Cubert
Posts: 2694
Joined: Tue Dec 29, 2015 7:57 pm
9
Contact:

Re: Windows 11 Upgrades not attempting

Post 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.

User avatar
Cubert
Posts: 2694
Joined: Tue Dec 29, 2015 7:57 pm
9
Contact:

Re: Windows 11 Upgrades not attempting

Post 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..

LHChris
Posts: 11
Joined: Fri May 10, 2024 5:59 pm
1

Re: Windows 11 Upgrades not attempting

Post 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?

User avatar
Cubert
Posts: 2694
Joined: Tue Dec 29, 2015 7:57 pm
9
Contact:

Re: Windows 11 Upgrades not attempting

Post 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...

User avatar
Cubert
Posts: 2694
Joined: Tue Dec 29, 2015 7:57 pm
9
Contact:

Re: Windows 11 Upgrades not attempting

Post by Cubert »

Posted the update.

Patch Remedy 1.0.5.20
Should auto update tonight.

Post Reply

Return to “Patch Remedy 5”