potatoqualitee / kbupdate

🛡 KB Viewer, Saver, Installer and Uninstaller
MIT License
326 stars 48 forks source link

Last two days updates are not showing #200

Closed ramzcode closed 1 year ago

ramzcode commented 1 year ago

Trying to run get-kbupdate for last 8 days but only shows from Oct-11, last two dates updates are not shown. Trying on macOS BTW.

Get-KbUpdate -Since (Get-Date).AddDays(-8) -Source Web

Below one returns yesterdays, i.e. 19-Oct ones. get-kbupdate -Latest -Pattern "Dynamic Update for Windows 10" -Source Web| select Title ##Using since last 8 days again returns nothing too.

Below one does't return anything get-kbupdate -Latest -Since (Get-Date).AddDays(-10) -Source Web -Architecture x64 | select Title

Bit confusing, please advice

potatoqualitee commented 1 year ago

hey @ramzcode -- if you do a -Verbose, you'll see that Since is limited to the database lookups and it will set the source to database. I suppose I can make that a Stop-Function instead of a verbose that informs you. There's no way for me to search the web catalog using a Since that I know of.

ramzcode commented 1 year ago

@potatoqualitee Noted thanks a lot, BTW can i update the database to be up to date with the catalog site ??

potatoqualitee commented 1 year ago

kbudpate's database is updated once a month on Patch Tuesday when they update their catalog/database. Anything after patch tuesday will have to come from the web :/