Replicating functionality of PSWindowsUpdate `Get-WindowsUpdate -MicrosoftUpdate`
branpurn opened this issue · 5 comments
branpurn commented
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
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
Correct-- a built-in way to bypass WSUS without changing configuration
potatoqualitee commented
k got itt thank you, that is possible
potatoqualitee commented
thanks, friend 🙇🏼