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

Symantec Antivirus 10.1: How to delete a Quarantined file

Double-click on the SAV shield icon in your Notification Area (lower right-hand corner of screen).From…

PowerShell: Add Windows TrustedHosts Remotely

<# AddTrustedHostsRemote.ps1Solves this problem:enter-pssession : Connecting to remote server REMOTESHERVER failed with the following error…

Sample Multi-Site Metadata

SimpleSAML PHP module requires that each site to be configured with a $metadata entry. Below…