Receiving Helpdesk

how do i reset wsus client

by Prof. Leland Leannon DDS Published 3 years ago Updated 2 years ago

Full Answer

How do I reset WSUS registration?

Run "wuauclt /detectnow " command on the Windows client/server that have a registration issue in WSUS. In rare cases, you may need to run: "wuauclt.exe /resetauthorization /detectnow" command. Also Know, how do I force check in WSUS?

How to reset a WSUS 2012R2 server?

To reset a WSUS 2012r2 server: 1. Remove the WSUS role and the Windows Internal Database feature (do not reboot yet) 2. Delete the folders "C:WindowsWID" and the old WSUS content folder. 3. Move the folder "C:Program FilesUpdate ServiceTools" elsewhere and delete the rest of the contents of C:Program FilesUpdate Services".

How do I remove a WSUS server from my Network?

In some cases, a WSUS server within your network may have been decommissioned, or you want a client computer to no longer point to a local WSUS Server. You will need to remove some registry entries to reset the Windows Update defaults and remove the WSUS redirect on the computer.

How do I troubleshoot a WSUS client agent?

Verify that the client is configured correctly When you troubleshoot issues with a WSUS client agent, first make sure the client is properly configured. Make sure the proper Active Directory Group Policy is being received by the client, and the details of the WSUS server are present.

How do I restart WSUS client?

You can use the following steps to restart services that are not functioning properly:Locate the service (click Start, point to Administrative Tools, click Services, and then look for the service).Verify that the service is running. Click Start if it is stopped or Restart to refresh the service.

How do I fix WSUS client?

Updates OperationsVerify that the client is configured correctly.Check for issues relating to BITS.Issues with the WSUS agent service.Make sure the WSUS server is reachable from the client.Rebuild the Automatic Update Agent Store.Check for clients with the same SUSclient ID.

How do I force a WSUS client to update?

Hi, Click Start -> Run. Then type wuauclt /detectnow. To refresh the client report on wsus use the parameter /reportnow.

How do I check my WSUS client settings?

Take a look under Computer Configuration > Administrative Templates > Windows Components > Windows Update . You should see the keys WUServer and WUStatusServer which should have the the locations of the specific servers.

How do I UnInstall WSUS and reinstall?

Uninstall WSUS Console using PowerShellLaunch the PowerShell as Administrator.Run the command UnInstall-WindowsFeature -Name UpdateServices-Ui to uninstall the WSUS console.Exit code success means the WSUS console has been uninstalled successfully.

How do I know if WSUS client is working?

To verify the server version, follow these steps:Open the WSUS console.Click the server name.Locate the version number under Overview > Connection > Server Version.Check whether the version is 3.2. 7600.283 or a later version.

How do I push update from WSUS server to client manually?

To approve and deploy feature updates manually In the WSUS Administration Console, go to Update Services\Server_Name\Updates. In the Action pane, click New Update View. In the Add Update View dialog box, select Updates are in a specific classification and Updates are for a specific product.

How do I reset Windows Update components?

Reset Windows Update components manuallyOpen a Windows command prompt. ... Stop the BITS service, the Windows Update service and the Cryptographic service. ... Delete the qmgr*.dat files.More items...•

How do I force Windows 10 to update from WSUS?

EventOpen Windows Update by hitting the Windows key, typing “Windows Update” and clicking on it.Open up the command prompt by hitting the Windows key and typing in cmd. ... Type (but do not enter yet) “wuauclt.exe /updatenow” — this is the command to force Windows Update to check for updates.More items...•

How do I access WSUS console?

Go to the Start menu and navigate to Administrative Tools. The shortcut labeled Microsoft Windows Server Update Services will open the WSUS Web console.

What is client side targeting WSUS?

Client-side Targeting When the client computers connect to the WSUS server, they will add themselves into the correct computer group. Client-side targeting is an excellent option if you have many client computers and want to automate the process of assigning them to computer groups.

How do I update my WSUS server?

To approve and deploy WSUS updatesOn the WSUS Administration Console, click Updates. ... In the All Updates section, click Updates needed by computers.In the list of updates, select the updates that you want to approve for installation in your test computer group. ... Right-click the selection, and then click Approve.More items...•

Summary

This article will help you to re-register a Windows client/server in WSUS.

Tips

To re-register a Windows client/server in WSUS, review the following instructions:

How to reset WSUS 2012 R2?

To reset a WSUS 2012r2 server: 1. Remove the WSUS role and the Windows Internal Database feature (do not reboot yet) 2. Delete the folders "C:WindowsWID" and the old WSUS content folder. 3. Move the folder "C:Program FilesUpdate ServiceTools" elsewhere and delete the rest of the contents of C:Program FilesUpdate Services". 4.

Is WSUS compatible with Net 4.7?

The WSUS post-installer is not compatible with .NET 4.7 and will always error out. Once WSUS is installed and working, .NET 4.7 can be reapplied and WSUS should still work. Now try to do the post-installation configuration. If this doesn't work, disjoin the server from the domain, and restart.

Source Code

This script has not been checked by Spiceworks. Please understand the risks before using it.

4 Comments

Thanks! We were having issues with a few of our machines retaining old registry/GPO settings from our old WSUS server. After running this, the clients are connecting properly to the new WSUS.

How to remove WSUS?

Remove WSUS Settings via PowerShell 1 Click Start and open PowerShell as Administrator ( Right Click > Run as Administrator) 2 Stop the Windows Update Service by entering the command Stop-Service -Name wuauserv 3 Remove the Windows Update registry key by entering the command Remove-Item HKLM: SoftwarePoliciesMicrosoftWindowsWindowsUpdate -Recurse 4 Finally, Start the Windows Update Service again by entering the command Start-Service -name wuauserv

How to delete registry key Windows Update?

Click Start and type regedit into the start search box, then Right Click and Run as Administrator. Right Click and Delete the registry key WindowsUpdate, then close the registry editor. Open the Services Console by entering services.msc in the start search box.

Can a WSUS server be decommissioned?

In some cases, a WSUS server within your network may have been decommissioned, or you want a client computer to no longer point to a local WSUS Server. You will need to remove some registry entries to reset the Windows Update defaults and remove the WSUS redirect on the computer.

Quick Fix – Client-Side Script: Choose Your Method – Command Prompt, or PowerShell

Remove the affected devices from the WSUS MMC console and then from an administrative command prompt on each affected system, run:

Long Explanation: What is this Doing? Should I be Afraid of Running this?

This client-side script is something you should not be afraid of. Let’s walk through what is happening and why we’re doing it.

Background: What is SusClientId and What Symptoms Does Having Duplicate SusClientId Entries have?

WSUS servers use the SusClientId to identify unique devices and then associate the computer’s hostname to the unique identifier for easy recognizable display purposes. Because more than 1 system has the exact same SusClientId, the WSUS server replaces the computer object’s hostname with the latest hostname that communicated with the server.

Why Should I Remove Affected Devices from the WSUS MMC Console?

It is best to remove the affected devices from the WSUS MMC first.

Are your WSUS ports open? Is IIS running properly?

WSUS by default will run on ports 8530/8531 (2012+) and ports 80/443 (2008 and lower). The best thing to do would be to test the connections from an affected client system.

Are your GPOs pointing to the correct place? Is the client actually receiving the correct GPO?

From an Administrative Command or Administrative PowerShell prompt on an affected client, run the following:

Is it DNS?

Especially if you’re using a generic FQDN like wsus.domain.com, you’ll want to make sure your systems are actually resolving the name to the actual IP of the server you’re trying to get the clients to communicate with. Even if it is the FQDN of a specific server, just verify DNS is working from the client side.

image
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9