-
Notifications
You must be signed in to change notification settings - Fork 36
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
xWindowsUpdateAgent: Category description is not accurate #74
Comments
It would be nice if this module could abstract away these categories altogether. These categories are confusing to begin with. As the system admin you're wondering if you are missing something by only patching for Security, Important, etc. When I run 'yum update' on Redhat, I know it's updating all the existing software on my machine. One command, one thing to know. It would be nice if as we move into the future with powershell and replace these older windows xp era binaries that would could boil all of this windows update mess into one powershell command. |
Not sure we can remove that today. I think there are organizations that only install security updates on a regular basis and leaves out the other categories to be installed on other times. |
even in |
I added the Optional in with Security,Important in conjunction with MicrosoftUpdate and it installed a lot of the updates I was missing. When comparing against the PSWindowsUpdate module and the command 'get-windowsupdate -microsoftupdate' it was returning more updates being available. So I think I was assuming more of the updates were going to be in the Important category, but actually there are a lot in the Optional category. |
A lot of updates of small updates are considered optional. Enabling recommended updates moves some of these updates that don't have behavior changes from optional to important. Or to saying it another way, optional updates that the author of the updates recommends you install like important updates. So, saying you want recommended updates and not saying you want important updates would have no effect. Here is a state table of the categories and the recommended setting and the results. Note, one state is theoretical, I'm not sure what would happen and I put the comment
|
This is from a review comment in PR #31 by @TravisEz13.
This is a comment of the description of the
Category
parameter for the resource xWindowsUpdateAgent in the README.md.The text was updated successfully, but these errors were encountered: