If you are trying to manage Windows Updates on a Windows 10 or Server 2016 / 2019 computer you have no doubt already figured out that WUAUCLT no longer functions. We are not sure why Microsoft has done this because the only replacement we can find is a new undocumented Read more…
Microsoft certainly has been making patching Windows 10 PC’s difficult these days but after some significant effort, I have found a simple combination of commands and one free tool does the trick. The command in question is an undocumented program inside Windows 10 named C:\Windows\System32\USOClient.exe This program manages Windows Updates much Read more…
If you have already got a deployment image in your Windows Server Update Services (WSUS) then you likely will want a CAPTURE IMAGE so you can collect the Operating System from a SysPreped PC. This is easy to do:Launch WSUS Expand your server > BOOT IMAGES Right click on the Read more…
As you likely already know, because you have found this page, the GPO to disable the MICROSOFT STORE app was set to be ineffective on Windows 10 Pro after build 1511. This annoying change meant that you could only block the store using a GPO if you were running Windows Read more…
If you track the problem down to an IIS issue in which the WSUSPOOL keep stopping, you likely need to expand the memory limitation and the recycle time: Launch IIS Click on APPLICATION POOLS Click on WSUSPOOL Click ADVANCED SETTINGS (action pane on right side) Scroll down and increase the Read more…
If you repeatedly see RESET SERVER NODE in your Windows Server Update Servers (WSUS) console we have found three things that resolve it: Reduce The Number Of Approved Updates This should not be a problem, but I have seen it be a problem repeatedly. You should reduce the number of Read more…
If you have a Windows Server Update Services (WSUS) server and you find some of the PC’s on your network are showing updates stuck at 0% Downloading, the problem may be with the WSUS server. After performing all the usual fixes for WSUS (restarting WSUS and BITS services, reboot, SERVER Read more…
When you see error 0x80244022 in Windows update or in the Windows Update log, it relates to a networking error. If you are using WSUS, it could be an indication that the IIS AppPool running your WSUS has stopped and needs to be started: Start IIS Manager Expand APPLICATION POOLS If Read more…
This video demonstrates how to install Windows Server Update Services (WSUS) on Windows Server 2016. We also quickly show the Group Policies required to have your office PC’s use the WSUS server as their source for updates.
How To Install & Configure Windows Server Update Services:
Minimum Server Hardware Specification For WSUS:
Hardware
Low-end 500 or fewer clients
Typical 500–3,000 clients
High-end 3,000–20,000 clients, or rollup of 30,000 clients
Super high-end 10,000 clients, or rollup of 100,000 clients
CPU
1 GHz
1.5 GHz or faster
3 GHz hyper threaded processor, x64 hardware
3 GHz hyper threaded dual processor
Graphics card
16 MB hardware accelerated PCI/AGP video card capable of 1-24*86*16bpp
16 MB hardware accelerated PCI/AGP video card capable of 1-24*86*16bpp
16 MB hardware accelerated PCI/AGP video card capable of 1-24*86*16bpp
16 MB hardware accelerated PCI/AGP video card capable of 1-24*86*16bpp
RAM
1 GB
2 GB
2 GB
4 GB
Page file
At least 1.5 times physical memory
At least 1.5 times physical memory
At least 1.5 times physical memory
At least 1.5 times physical memory
I/O subsystem
Fast ATA/IDE 100 hard disk or equivalent SCSI drives
Fast ATA/IDE 100 hard disk or equivalent SCSI drives
Fast ATA/IDE 100 hard disk or equivalent SCSI drives
Fast ATA/IDE 100 hard disk or equivalent SCSI drives
Network card
10 MB
100 MB
1 GB
1 GB
Hard drive—system partition
1 GB
1 GB
1 GB
1 GB
Hard drive—content storage
20 GB
30 GB
30 GB
30 GB
Hard drive—SQL Server installation
2 GB
2 GB
2 GB
2 GB
GPO’s For Client PC’s:
To have the PC’s on your network use your new WSUS server you need to make a few simple registry entries which you can easily handle using the following Group Policy:
Installing and configuring Windows Server Update Services (WSUS) on Server 2016 or Server 2012R2 is straight forward. There are four key steps:
Add the WSUS Role
Configure WSUS
Set a Group Policy to have your PC’s point to the WSUS server for updates
Approving Updates
To be clear, the process below will take you 20 minutes of work time to complete, but because you have to wait for the install to complete (5-15mins) and then the initial sync to complete (several hours), you will need a day to get your WSUS server functional.
1 – HOW TO INSTALL WSUS:
To add the WSUS role launch SERVER MANAGER > MANAGE > ADD ROLES > then click next through to the ROLES and select WSUS. Then click NEXT to the end. Do NOT change the defaults.
UPDATE JANUARY 2020: SOLVED: Setup Office365ProPlus To Using Windows 10 Delivery Optimization ____________ There are three ways to patch Office 2016 from Office365 : Automatically from Microsoft through their “Content Delivery Network” (default) Using a distribution point that you update periodically Using System Center that pulls its updates from the Read more…
If you are trying to decide what Products to include in your WSUS settings, this is the article for you. SCOM and WSUS currently have a dozen Windows 10 “products” listed but the descriptions are useless. After several hours of reading and asking Microsoft Partner Support about the various settings, this Read more…
If you are trying to use PowerShell to delete an update from WSUS but are receiving an error similar to: Exception calling “DeleteUpdate” with “1” argument(s): “spDeleteRevision: cannot delete revisionid: 502004 because it is still deployed to a Non DSS Target Group you need to set the update to NOT Read more…
If you have a problematic Upgrade entry in WSUS, you may want to remove it. The next time you perform a sync with Microsoft, it will re-appear. In my case, I had problems with “Windows 10 Pro, version 1607, RETAIL” and after a few weeks of banging on it, I found Read more…
UPDATE JAN 2022 : You may be interested in our 2018 How to Fix WSUS tips: Easy SQL Commands To Clean Up WSUS Database Quickly WSUS Reset Server Node WSUSPool in IIS Stops Repeatedly If your Windows Server Update Services WSUS is having problems there are five easy things to Read more…
If you run a Windows Server Update Services (WSUS) server, you know that sometimes it can develop problems. Specifically the WSUS database can need a manual clean up. There are several scripts around that handle this but I found one HERE that helped me quite a bit. Note that this Read more…