kbupdate
kbupdate copied to clipboard
🛡 KB Viewer, Saver, Installer and Uninstaller
https://github.com/MrWyss-MSFT/ShowUpdateApplicabilityRules > Windows Updates have Applicability Rules, that decide whether an update is installable or is installed. This information can be very useful in Troubleshooting cases and to understand why...
`-Latest` switch is 'latest KB following precedence rules', but Get-KbUpdate also return old versions of the exact same one KB update Id for the same OS, Architecture, Language that are...
Would be paired with https://github.com/potatoqualitee/kbupdate/issues/59 ``` # get available updates for query $UpdateSession = New-Object -com Microsoft.Update.Session $UpdateSearcher = $UpdateSession.CreateupdateSearcher() $SearchResult = $UpdateSearcher.Search("Type!='Driver' and IsHidden=0 and IsInstalled=0") # create a...
Get-KbUpdate is giving 25 patches for sql server 2017. but when i checked on https://www.catalog.update.microsoft.com/Home.aspx it it returning 28 results in 2 pages. I am thinking problem is with paging.
https://github.com/rgl/packer-plugin-windows-update/blob/master/update/windows-update.ps1
https://twitter.com/wincmdfu/status/1140668272821460995 ```` #Powershell script to fetch missing #Windows updates PS C:\> (New-Object -ComObject microsoft.update.session).CreateUpdateSearcher().Search("IsHidden=0 and IsInstalled=0").Updates | select Title,RebootRequired,CVEIds,IsMandatory ````
`import-module -UseWindowsPowerShell PSDesiredStateConfiguration -MaximumVersion 1.1` according to gael > you can probably disable windows 5.1 and still have PS7 working... but that's something you should have in your help.
Hi there, coming from an environment with some peculiarities, but I'm not doing anything particularly unique here. Install-KbUpdate hangs on 'Preparing modules for first use ... 00:00:00 remaining' ` Install-KbUpdate...
i think it does