Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replicating functionality of PSWindowsUpdate Get-WindowsUpdate -MicrosoftUpdate #208

Closed
branpurn opened this issue Dec 7, 2022 · 5 comments

Comments

@branpurn
Copy link

branpurn commented Dec 7, 2022

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
Copy link
Owner

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
Copy link
Author

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

@potatoqualitee
Copy link
Owner

k got itt thank you, that is possible

@codaamok
Copy link
Contributor

This PR should add support this: #217

@potatoqualitee
Copy link
Owner

thanks, friend 🙇🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants