Windows Update Configure (WSUS)

Testing access to the WSUS server:

  • Test-NetConnection -ComputerName 57.199.209.212 -port 8530

Check the registry for the following entries:

  • HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate
  • HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdateAU

Check that the Windows Update service is:

  • Started and Automatic

Launch a Windows Update

Check the Windows Update status: (installation pending and installation in progress)

To view the logs in a file, run the following PowerShell command:

  • Get-WindowsUpdateLog

A WindowsUpdate.log file is created on the Desktop.