Why isn’t PSWindowsUpdate detecting all updates?

0
0
Asked By GamerDude89 On

Hey everyone! I'm having trouble with PSWindowsUpdate not recognizing all the available updates, specifically the recent KB5060829. I want to hide this update, but it's not showing up on the list at all. I've already tried running `Set-WUSettings -WUServer "https://wsus.contoso.com" -UseWUServer`, but that didn't help. Below are the outputs I'm getting:

**Settings:**
- Get-WUSettings:
- ComputerName: ****
- WUServer: https://wsus.contoso.com
- UseWUServer: 1

- Get-WUServiceManager:
- Shows various services with one labeled as Windows Server Update Service (WSUS) that shows up as true and not managed.

- Get-WUList:
- Lists only a security update, not the cumulative update I'm looking for.

Can anyone help me access all updates?

1 Answer

Answered By TechWhiz23 On

Have you checked if the WSUS server actually sees the KB5060829 update? Sometimes there can be configurations that prevent it from being listed. It's worth verifying that the update is available on the server before troubleshooting further.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.