User Tools

Site Tools


wiki:wsus_reset_registration_to_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:wsus_reset_registration_to_server [2024/12/31 11:14] – created wagner.jerwiki:wsus_reset_registration_to_server [2024/12/31 12:47] (current) wagner.jer
Line 1: Line 1:
 If the client is not properly reporting to WSUS server, run the following to reset the registration from client side \\ If the client is not properly reporting to WSUS server, run the following to reset the registration from client side \\
  
-Stop-Service -Name BITS, wuauserv -Force+<cli>Stop-Service -Name BITS, wuauserv -Force
 Remove-ItemProperty -Name AccountDomainSid, PingID, SusClientId, SusClientIDValidation -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\ -ErrorAction SilentlyContinue Remove-ItemProperty -Name AccountDomainSid, PingID, SusClientId, SusClientIDValidation -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\ -ErrorAction SilentlyContinue
 Remove-Item "$env:SystemRoot\SoftwareDistribution\" -Recurse -Force -ErrorAction SilentlyContinue Remove-Item "$env:SystemRoot\SoftwareDistribution\" -Recurse -Force -ErrorAction SilentlyContinue
Line 7: Line 7:
 wuauclt /resetauthorization /detectnow wuauclt /resetauthorization /detectnow
 (New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow() (New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow()
-UsoClient.exe StartInteractiveScan+UsoClient.exe StartInteractiveScan</cli> 
 + 
 +Script from troubleshooting guide: https://www.ajtek.ca/wsus/client-machines-not-reporting-to-wsus-properly/
wiki/wsus_reset_registration_to_server.1735643659.txt.gz · Last modified: by wagner.jer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki