potatoqualitee/kbupdate

Replicating functionality of PSWindowsUpdate `Get-WindowsUpdate -MicrosoftUpdate`

branpurn opened this issue · 5 comments

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

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

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

k got itt thank you, that is possible

This PR should add support this: #217

thanks, friend 🙇🏼