Releases: potatoqualitee/kbupdate
Releases · potatoqualitee/kbupdate
Install / Uninstall / Multithreaded
- 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
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
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.