potatoqualitee / kbupdate

🛡 KB Viewer, Saver, Installer and Uninstaller
MIT License
338 stars 50 forks source link

Replicating functionality of PSWindowsUpdate `Get-WindowsUpdate -MicrosoftUpdate` #208

Closed branpurn closed 1 year ago

branpurn commented 1 year ago

Is there a way to point, say, Install-KbUpdate's -AllNeeded parameter to Microsoft Update instead of WSUS or a cache file, similar to how this is implemented in PSWindowsUpdate?

This might look like the following,

Install-KbUpdate -ComputerName localhost, sqlcs, sql01 -AllNeeded -MicrosoftUpdate

potatoqualitee commented 1 year ago

Yes if you don't specify anything it will check Microsoft update eh? or do you use WSUS and want to sometimes bypass it?

branpurn commented 1 year ago

Correct-- a built-in way to bypass WSUS without changing configuration

potatoqualitee commented 1 year ago

k got itt thank you, that is possible

codaamok commented 1 year ago

This PR should add support this: https://github.com/potatoqualitee/kbupdate/pull/217

potatoqualitee commented 1 year ago

thanks, friend 🙇🏼