Windows 10 Always Says Up to Date, But Always Needs Updates
-
@obsolesce said in Windows 10 Always Says Up to Date, But Always Needs Updates:
But it does appear that if you click the button, it can happen sooner. Who knows.... I don't really care. I know that the 500 or so Win10 computers I manage updates for via WSUS all update when they are supposed to.
This is the problem. Define "when they are supposed to" and define "I know." These are the two sticking points. How do we know, rather than just hope. And how is "supposed to" defined? If Windows shows the wrong info, "supposed to" seems to be an impossibility. And, likewise, "knowing" seems impossible.
That Windows is designed to go weeks without patching and patch at random or via some algorithm or lotto, that's fine (if documented) if the tools reported correctly and honestly. That they don't means we can't be sure of that.
Maybe this is really meant to be PowerShell only, and no one is taking the time to learn it, and the GUI is just the red headed step child and we don't realize that this is a half assed attempt at showing what PS actually knows?
-
This is really an extension of my general complain with Windows 10 - it's not deterministic. On Fedora, if I use DNF I get the same answer every time, no matter what. I KNOW what info I'm getting, and I know I can trust it. With Windows, I get "some" info but it might be right or wrong, and it isn't the same machine to machine even when the machines are identical and the same tool gives different answers when run multiple times. It's not idempotent. It's unreliable. Same with searching in the Start menu. On Fedora, if I search for something it's the same every time and predictable. On Windows, the thing I'm searching for may or may not appear and is unpredictable. The GUI isn't reliably showing what is going on, you can't trust it. It shows something, but what it is showing, no one seems to be sure.
-
But in PS, I know that if I go to do tab completion or run a command, it's the same every single time. It doesn't change out from under me. I wonder if the updates are similar.
-
And today is now patch Tuesday so all the rules are out the window... and nothing will report right.
-
@scottalanmiller said in Windows 10 Always Says Up to Date, But Always Needs Updates:
Maybe this is really meant to be PowerShell only, and no one is taking the time to learn it, and the GUI is just the red headed step child and we don't realize that this is a half assed attempt at showing what PS actually knows?
I would have to agree with this from my limited knowledge of the subject.
-
This might be a place to start...
https://www.petri.com/manage-windows-updates-with-powershell-module
-
@scottalanmiller Yes thats exactly what i do to manage my updates for the last few years. Its on technet.
-
Latest version is here:
https://www.powershellgallery.com/packages/PSWindowsUpdate/2.0.0.4 -
or just stop ignoring my posts...
@obsolesce said in Windows 10 Always Says Up to Date, But Always Needs Updates:
If you want to do automatic Windows updates in a similar way to DNF-Automatic for example, I'd load this module:
https://gallery.technet.microsoft.com/2d191bcd-3308-4edd-9de2-88dff796b0bc
And then set up a scheduled task to run a script that loads the module and runs
Get-WUInstall
. -
@obsolesce said in Windows 10 Always Says Up to Date, But Always Needs Updates:
or just stop ignoring my posts...
@obsolesce said in Windows 10 Always Says Up to Date, But Always Needs Updates:
If you want to do automatic Windows updates in a similar way to DNF-Automatic for example, I'd load this module:
https://gallery.technet.microsoft.com/2d191bcd-3308-4edd-9de2-88dff796b0bc
And then set up a scheduled task to run a script that loads the module and runs
Get-WUInstall
.Too easy