Skip to content

Releases: potatoqualitee/kbupdate

Install / Uninstall / Multithreaded

09 Feb 14:37
a54231c
Compare
Choose a tag to compare
  • Install-KbUpdate which uses DSC and thus works remotely
  • Uninstall-KbUpdate which does not
  • Get-KbInstalledUpdate
  • Now uses runspaces for 3 or more results unless -NoMultithreading is used
  • Latest should work properly now
  • Does not work on Linux yet because of PoshWSUS but the previous release was broken too

WSUS

01 Aug 17:12
Compare
Choose a tag to compare

Added WSUS support & dependency on PoshWSUS

Connect-KbWsusServer -ComputerName server1 -SecureConnection
Get-KbUpdate -Pattern KB2764916

SQLite: 250ms
Web: 900ms
WSUS: 10000ms

The WSUS API is slow but this enables offline usage

1.1.0

28 Jul 22:41
9ff1a1c
Compare
Choose a tag to compare

This release includes some upgrades. Primarily, a sqlite db which will improve performance by a ton, especially when passing a lot of KBs.

If the db does not contain a match, it'll try the web. To use the web only, use -Source Web. For offline environments, use -Source Database.

Up next, WSUS integration for offline environments.