Skip to content

How to Configure WSUS Products, Classifications and Synchronization Print

  • 0

How to Configure WSUS Products, Classifications and Synchronization

Applies to: Windows Server 2019, 2022 and 2025.

WSUS scope should include only products and update classifications required by managed systems.

Patch controls must align with maintenance windows, application support and recovery. Visit networkmanager.info.

Prerequisites

  • Inventory Windows and Microsoft products.
  • Define security, critical, definition and driver policy.
  • Choose upstream source and proxy.
  • Set synchronization schedule.

Procedure

Step 1: Open WSUS console

Use Options, Update Source and Proxy Server to choose Microsoft Update or upstream WSUS.

Step 2: Select languages

Keep only languages used by clients.

Step 3: Select products

Choose exact Windows Server releases and required applications.

Step 4: Select classifications

Start with Critical Updates, Security Updates, Update Rollups and Definitions according to policy.

Step 5: Set schedule

Choose automatic synchronization outside peak network periods.

Step 6: Run and monitor sync

Review errors before approving updates.

Verification

Use WSUS PowerShell API to inspect subscription status.

[void][reflection.assembly]::LoadWithPartialName('Microsoft.UpdateServices.Administration')
$wsus=[Microsoft.UpdateServices.Administration.AdminProxy]::GetUpdateServer()
$wsus.GetSubscription().GetLastSynchronizationInfo()

Rollback

Deselect unnecessary products or classifications and run cleanup after confirming no managed client requires them.

Operational notes

Drivers and feature upgrades need separate testing and often should not be broadly auto-approved.

Official references

Explore Netcloud24 Canada.


Was this answer helpful?

« Back