Current Status of Windows 10 October 2018 Update version 1809


  1. Posts : 731
    Windows 10 Home - Version 22H2- Build 19045.3758
       #1280

    ddelo said:
    Tom, if you set it to 2 hours, it is 2 hours
    Ok then the pressure is on :)
      My Computers


  2. Posts : 2,557
    Windows 10 pro x64-bit
       #1281

    ddelo said:
    Exactly the same...!
    The reason of its existence is in case, for any reason, you delete the history of Windows Update. In that case you won't be able to see any updates.
    The scripts gets updates not from the Windows Update database but from the events logs. Which if you don't clear you'll always have all the updates from the date of the installation of the latest Feature Update.
    Besides that, it gives all the history, not only the last 50 updates, as WU does!

    Just for fun go to the line where it says
    $OutputCollection += $output | where Title -Match "Windows Defender",
    make the following change, save it and run it:
    Code:
    $OutputCollection += $output #| where Title -Match "Windows Defender"
    Thanks for the explanation!. Very clear and understandable.
      My Computers


  3. Posts : 2,450
    Windows 10 Pro x64
       #1282

    That is mine...set to 8-hour window.

    Previous one: 08/02/2019 16:33:50
    Latest one: 09/02/2019 00:32:14

    Current Status of Windows 10 October 2018 Update version 1809-wdupdates.png
      My Computer


  4. Posts : 2,450
    Windows 10 Pro x64
       #1283

    IronZorg89 said:
    Thanks for the explanation!. Very clear and understandable.
    You're welcome

    The actual script does not contain the where clause, so it gives the complete history of updates.
    The | where Title -Match "Windows Defender" was added to help @tomseys with his Windows Defender test!
      My Computer


  5. Posts : 731
    Windows 10 Home - Version 22H2- Build 19045.3758
       #1284

    It seems like they are being downloaded more frequently than every 8 hours? Or is that just showing the times they became available when it checks on the 8th hour and it grabs them all? Or maybe I'm just confused lol.
      My Computers


  6. Posts : 2,450
    Windows 10 Pro x64
       #1285

    tomseys said:
    It seems like they are being downloaded more frequently than every 8 hours? Or is that just showing the times they became available when it checks on the 8th hour and it grabs them all?
    No it shows the actual time of the update. The setting we altered in Windows Defender does update every 8 hours and picks up the latest update, if available.
    If in the meantime, Microsoft pushes an update, or yours truly presses "Check for updates", in WU and one is found, then it is installed.
    The setting just makes sure, that at least 3 (in my case) updates are installed. If more are pushed by Microsoft that's OK too.
      My Computer


  7. Posts : 731
    Windows 10 Home - Version 22H2- Build 19045.3758
       #1286

    ddelo said:
    No it shows the actual time of the update. The setting we altered in Windows Defender does update every 8 hours and picks up the latest update, if available.
    If in the meantime, Microsoft pushes an update, or yours truly presses "Check for updates", in WU and one is found, then it is installed.
    The setting just makes sure, that at least 3 (in my case) updates are installed. If more are pushed by Microsoft that's OK too.
    Oh ok that makes sense. So we'll know soon if this thing is working.

    (when you stated: "check for updates" in WU, I got a little anxious)
      My Computers


  8. Posts : 2,450
    Windows 10 Pro x64
       #1287

    IronZorg89 said:
    Thanks for the explanation!. Very clear and understandable.
    This is the actual script. Get-InstalledUpdates.ps1

    It contains two Options:
    Option 1, gets the updates from the Windows Update database.
    Option 2, gets the updates from the Event logs.

    It compares the two and outputs whichever has the most complete list.
      My Computer


  9. Posts : 2,557
    Windows 10 pro x64-bit
       #1288

    ddelo said:
    This is the actual script. Get-InstalledUpdates.ps1

    It contains two Options:
    Option 1, gets the updates from the Windows Update database.
    Option 2, gets the updates from the Event logs.

    It compares the two and outputs whichever has the most complete list.
    Thanks again for the detailed nuances!
      My Computers


  10. Posts : 2,450
    Windows 10 Pro x64
       #1289

    IronZorg89 said:
    Thanks again for the detailed nuances!
    Run it and if you like just tell me what you think, to improve it.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:33.
Find Us




Windows 10 Forums