NEW CM server
OS: Server 2025 (26100.32860)
SQL: SQL 2022
ADK: Latest
Server name: CM
The "Upgrades" checkbox is missing from the Classifications tab, and all modern iterations of Window 10 or later are missing from the Products Tab. SUP role was removed, re-add... no change. Uninstalled SUP role, then WSUS role entirely. Cleaned up what the Role removal missed (Delete WSUSPool from Application Pools in IIS, and "WSUS Administration" from Sites, deleted my "WSUSContent" folder (H:\WSUS), confirmed that SUSDB is gone (in SSMS) then rebooted.
Attempted fix:
Step 1 - Install WSUS Role via PowerShell (no WID, only SQL, with Management Tools)
Install-WindowsFeature -Name UpdateServices-Services, UpdateServices-DB -IncludeManagementTools
Step 2 - Run Post-Install Task via PowerShell
WsusUtil.exe PostInstall SQL_INSTANCE_NAME="CM" CONTENT_DIR="H:\WSUS"
(At this point, a new SUSDB can be seen in SSMS)
Step 3 - Add SUP role in CM, wait and confirm successful install (watch the SUPSetup.log)
Step 4 - Check NOTHING (the suggested method for a new CM server) in Classifications and/or Products tab in SUP, we just want the metadata!
Step 5 - Open PowerShell via menu in CM console, then run: Sync-CMSoftwareUpdate -FullSync $True (same as running software sync in the console)
Step 6 - 15 mins, wsusmgr.log shows "sync completed" (noted the expected warnings "does not contain classifications/categories, sync will do nothing")
Step 7 - Back in the CM console > SUP settings, check only Critical Updates and Security Updates (still not checking any Products, only shows Windows XP, etc)
Step 8 - Sync again, nothing changes/updates... dead in the water.. no modern products, nor "Upgrades" option under Classifications!!
We have an older CM server that is in production:
Server 2016
SQL 2017
Win10 ADK... runs perfectly! Obtains Classifications/Products without a single hiccup so I do not think this is related to firewall access settings/blocks.
Please help! I will gladly provide logs, etc.. upon request
OS: Server 2025 (26100.32860)
SQL: SQL 2022
ADK: Latest
Server name: CM
The "Upgrades" checkbox is missing from the Classifications tab, and all modern iterations of Window 10 or later are missing from the Products Tab. SUP role was removed, re-add... no change. Uninstalled SUP role, then WSUS role entirely. Cleaned up what the Role removal missed (Delete WSUSPool from Application Pools in IIS, and "WSUS Administration" from Sites, deleted my "WSUSContent" folder (H:\WSUS), confirmed that SUSDB is gone (in SSMS) then rebooted.
Attempted fix:
Step 1 - Install WSUS Role via PowerShell (no WID, only SQL, with Management Tools)
Install-WindowsFeature -Name UpdateServices-Services, UpdateServices-DB -IncludeManagementTools
Step 2 - Run Post-Install Task via PowerShell
WsusUtil.exe PostInstall SQL_INSTANCE_NAME="CM" CONTENT_DIR="H:\WSUS"
(At this point, a new SUSDB can be seen in SSMS)
Step 3 - Add SUP role in CM, wait and confirm successful install (watch the SUPSetup.log)
Step 4 - Check NOTHING (the suggested method for a new CM server) in Classifications and/or Products tab in SUP, we just want the metadata!
Step 5 - Open PowerShell via menu in CM console, then run: Sync-CMSoftwareUpdate -FullSync $True (same as running software sync in the console)
Step 6 - 15 mins, wsusmgr.log shows "sync completed" (noted the expected warnings "does not contain classifications/categories, sync will do nothing")
Step 7 - Back in the CM console > SUP settings, check only Critical Updates and Security Updates (still not checking any Products, only shows Windows XP, etc)
Step 8 - Sync again, nothing changes/updates... dead in the water.. no modern products, nor "Upgrades" option under Classifications!!
We have an older CM server that is in production:
Server 2016
SQL 2017
Win10 ADK... runs perfectly! Obtains Classifications/Products without a single hiccup so I do not think this is related to firewall access settings/blocks.
Please help! I will gladly provide logs, etc.. upon request