Posted On November 4, 2020

Some WSUS Troubleshooting Notes

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Some WSUS Troubleshooting Notes
Some errors and interpretations:
  • 0x8024401c: networking generic error
  • 0x80244022: downloading generic error
 
 
Check WSUS settings on a local machine:
PS C:\Users\congo> get-itemproperty 'Registry::HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate'

TargetGroupEnabled : 1
TargetGroup : Server
WUServer :
WUStatusServer :
UpdateServiceUrlAlternate :
PSPath : Microsoft.PowerShell.Core\Registry::HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate
PSParentPath : Microsoft.PowerShell.Core\Registry::HKLM\Software\Policies\Microsoft\Windows
PSChildName : WindowsUpdate
PSProvider : Microsoft.PowerShell.Core\Registry

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

File Services

DFS Considerations: 1. NTFS permissions still apply. One must set additional folder security settings on…

Remote Desktop Logon Error: ‘the user account used to connect to remote PC did not work

Symptom: The user account did not work error Resolution:In the instance that we've experienced, it…

How to discover WSUS Server from Your Local Machine

# Method 1: PowerShell (the obvious choice) (Get-ItemProperty HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate).WuServer # Method 2: Command Line REG…