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