PSWindowsUpdate icon indicating copy to clipboard operation
PSWindowsUpdate copied to clipboard

pulling from WSUS instead of MS

Open ccheath opened this issue 1 year ago • 2 comments

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?

ccheath avatar May 17 '24 02:05 ccheath

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

j81blog avatar Jul 11 '24 08:07 j81blog

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?

ccheath avatar Jul 12 '24 12:07 ccheath