Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logic for "Exclusive" Patches? #31

Open
boboilnag2021 opened this issue Jun 8, 2021 · 0 comments
Open

Logic for "Exclusive" Patches? #31

boboilnag2021 opened this issue Jun 8, 2021 · 0 comments

Comments

@boboilnag2021
Copy link

Issue:
I believe there is a problem installing Windows Updates with POSHPAIG when update(s) are "Exclusive". This means MS has flagged the update so it must be installed separately from other updates (Including other "Exclusive" updates). I believe "InstallationBehavior" and/or "InstallationImpact" can be used from a logic perspective, but I currently don't have the skills to correct the code at present. Reviewing the POSHPAIG code I am not seeing anything to indicate it takes this into account (Get-PendingUpdates.ps1 or Install-Patches.ps1). Hope this information is helpful and will follow-up if I/we can figure it out.

Situation:
I noticed an issue with the software where a "Patch Audit" (GUI) would report an update needed but multiple attempts to "Install Updates" would report success but never install it. Would have to then manually connect to the problem OS and manually install it. This is prevalent but not limited to the Monthly Rollup updates. The current trend is, if the update is "Exclusive" then its a problem. If it isn't then POSHPAIG installs fine without issue.

Resources:

InstallationBehavior:
https://docs.microsoft.com/en-us/previous-versions/windows/desktop/aa354303(v=vs.85)
InstallationImpact:
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wsusar/b4630c5e-a336-40e1-a338-88739a8f2e2a
Solarwainds discussion about "Exclusive" updates:
https://thwack.solarwinds.com/product-forums/patch-manager/f/forum/40679/what-is-an-exclusive-update
MS Update error result if exclusive:
0x80240019 WU_E_EXCLUSIVE_INSTALL_CONFLICT An exclusive update cannot be installed with other updates at the same time.
https://docs.microsoft.com/en-us/windows/deployment/update/windows-update-error-reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant