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

pulling from WSUS instead of MS #20

Open
ccheath opened this issue May 17, 2024 · 2 comments
Open

pulling from WSUS instead of MS #20

ccheath opened this issue May 17, 2024 · 2 comments

Comments

@ccheath
Copy link

ccheath commented May 17, 2024

I searched the repo for 'wsus' and only found reference to the wsusscn2.cab file (which I don't think is really related to using WSUS instead of the MS source for updates...

Is there a way to choose the source for the updates?

@j81blog
Copy link

j81blog commented Jul 11, 2024

You could try this?
Set-WUSettings -WUServer "wsusserver.domain.local" -AcceptTrustedPublisherCerts -DisableWindowsUpdateAccess -TargetGroupEnabled -UseWUServer
or
Set-WUSettings -TargetGroup "TargetGroup" -WUServer "wsusserver.domain.local" -AcceptTrustedPublisherCerts -DisableWindowsUpdateAccess -TargetGroupEnabled -UseWUServer

@ccheath
Copy link
Author

ccheath commented Jul 12, 2024

When I run Get-WUSettings it shows my WUServer information already (set by GPO).
So as long as I don't use the -MicrosoftUpdate switch it should be using my WSUS?

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

2 participants