Skip to main content

Installing and Configuring WSUS in Windows Server 2016


In Today’s topic, we will learn how to install and configure Windows Server Update Services.
Before that we will understand about the WSUS first.
What is WSUS?
Windows Server Update Services allows network administrators to specify the Microsoft updates that should be installed, create separate groups of computers for different sets of updates, and get reports on the compliance levels of the computers and the updates that must be installed.
To install the WSUS in Windows Server 2016 follow the below steps:
Go to Server Manager – Click on Manage and click on Add roles and Features as shown in below window.
In before you begin window, click next to continue.
Select required installation type and click next to move on.


Select server from the server pool to install this role and click next to continue
Select Windows Server update services role and select Include management tools and click add feature to continue.

Click next on features window.
Click next on Windows Server update services window and click next to continue.
Select the required role services to continue and click next.
Create on folder on your local server to download the updates or else you can give the remote path to avoid disk space issues in WSUS server and provide the path in the below window and click next to continue.

Cross verify the installation selections and proceed further and click on install to continue.

Click close to finish the installation of WSUS role on windows server 2016.
Now we need to configure the WSUS, post installing the role you will see yellow escalation mark on the flag in Server manager click on that and launch Post-Installation tasks.

It will take some time finish post installation tasks.
Post successfully completing you can see the below in server manager task flag
To configure go to WSUS and click next to continue.
On improvement program, select the required option and click next to continue.
Select Synchronize update from Microsoft update and click next to continue.
Click next to proceed further
Click on start connecting to proceed further to save and download upstream server and proxy server information. Your upstream server and proxy server settings and synchronize information about available updates.


Select Download updates only in these languages and select English and click next to continue.
Select the required products Windows 7, windows 10, windows server 2008 r2 and windows server 2012 r2 and click next to continue.
Choose classifications and click next to continue.
Select Synchronize automatically and click next to continue.
Check begin initial synchronization and click next


Click finish to complete the configuration.
This concludes the installation and configuration of WSUS on Windows Server 2016.
Post completing the installation open the WSUS console and it looks like below.

Thank you for reading and Happy Learning ☺

Comments

  1. Thank you Muhammad Muzaffar Hayat

    ReplyDelete
  2. in your opinion, good idea is enable deduplication on this server?

    ReplyDelete
    Replies
    1. Data deduplicaiton is good idea as i choose to install WSUS with Windows internal database to avoid space issues. if you have SQL you can go with SQL connectivity with WSUS to avoid performance issues and no need deduplication in this scenario.

      Delete

    2. I use external SQL database but why this scenario affects size and no need deduplication? Could you explain

      Delete
    3. If you use SQL database no need of deduplication.
      deduplication required only if you have storage capacity issues in your environment to avoid the disk space issues.

      Delete
  3. This comment has been removed by the author.

    ReplyDelete
  4. Hi there, the photos are not showing on the page. kindly update. thanks in advance

    ReplyDelete

Post a Comment

Popular posts from this blog

WMI Error - Windows Management files may be moved or missing.

WMI ERRORs: Symptoms: >>Unable to open System Information. >>WMI Error - Windows Management files may be moved or missing. Resolution : Navigate to Start >> All programs >> accessories >> right click on CMD >> run as administrator, and run the below commands one by one. 1)     sc config winmgmt start= disabled 2)     net stop winmgmt /y 3)     %systemdrive% 4)     cd %windir%\system32\wbem 5)     for /f %s in ('dir /b *.dll') do regsvr32 /s %s     6)     regsvr32 %windir%\system32\tscfgwmi.dll           7)     wmiprvse /regserver                                 ...

Unable to transfer Schema master role from Primary Domain Controller to Additional domain controller (backup server) In Windows Server

Issue: Unable to transfer Schema master role from PDC to ADC. Symptoms: You will get below error while transferring Schema master using NTDSUTIL fsmo maintenance: seize schema master Attempting safe transfer of schema FSMO before seizure. ldap_modify_sW error 0x32(50 (Insufficient Rights). Ldap extended error message is 00002098: SecErr: DSID-0315137D, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 Resolution: Add your user to Enterprise admin  group in Active directory to resolve this issue.

Installing Reporting Services Point role in SCCM Current Branch 1702

In Today’s tutorial, we will learn about the Configuration of Reporting Services Point role in SCCM CB 1702. Before moving ahead, we will throw some lights on to understand the Reporting Services Point Role in SCCM. What is Reporting Services Point Role? A reporting services point integrates with SQL Server Reporting Services to create and manage reports for Configuration Manager. The reporting services point copies report folders and reports to SQL Server Reporting Services, applies the security policy for the reports and folders, and sets configuration settings in Reporting Services. The reporting services point is a site system role that must be configured on a server with Microsoft SQL Server reporting services installed and running. To install and configure follow the below steps. In the Configuration Manager console, Click on Administration, Site Configuration, right click on Sites and click on Add Site System roles. Provide the required details and Click next to continue. ...