Check for Windows Updates in Windows Server 2016 and 2019
This article explains how to check for new Windows® updates without installing
them. This guide applies to Windows Server 2016 and 2019.
Check, download, and install new Windows updates
- Navigate to Settings > Update & Security > Windows Updates.
- Click Check for Updates. Windows downloads and installs all
available updates. - The update statuses are Downloading, Pending Install, and Pending
Restart. - The server reboots outside of the active hours, 8:00 AM to 5:00 PM, unless
otherwise specified. You also have the option to schedule the reboot.
Check for new Windows updates without downloading
You can check for Windows updates without downloading or installing them by
using one of the following methods:
SCONFIG
- Open PowerShell® and type sconfig.
- Type 6 to open the Windows Updates menu.
- Type a to look for all available updates or r to search for only
recommended updates. - All available updates now display in the list.
- Type n to close the menu without installing any updates.
PowerShell cmdlet: PSWindowsUpdate
-
Open PowerShell and use the following command, which requires Administrator permissions:
Install-Module -Name PSWindowsUpdate -RequiredVersion 2.1.1.2`
-
Confirm that you want to install the cmdlet by typing Y.
-
After the installation finishes, type
get-windowsupdate
to see a list of
all available updates.
Updated 11 months ago