Situatie
Solutie
Windows Server 2016 & 2019
1. First, log in to your Windows Server then search, and open Check for updates
2. Now click Check for updates and Windows will begin to check for updates. Then it will start to download them
3. After finishing the download, Windows will begin to prepare the update for installation
4. Once the installation is done, you will be prompted to restart the server. Click Restart now to complete the update
Method 2 – Using Windows Powershell
1. Log in to Windows Server then search and open Windows Powershell.
2. First, we need to check the available updates, for that windows, PowerShell has a separate module, first install the update module using the following command:Install-Module PSWindowsUpdate
3. Once update module installation is done, check the available update using the following command:Get-WindowsUpdate
4. Now, run the following command to install the updates: Install-WindowsUpdate.
Leave A Comment?