From 7486b3f3c9f24c125dc29b8b993f14593b812dc1 Mon Sep 17 00:00:00 2001 From: Larry Mosley <38725311+lamosley@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:37:52 -0400 Subject: [PATCH] Update OS post-upgrade section to include WSUS tools reinstall After upgrading the OS of a site server, WSUS RSAT tools need to be upgraded. --- .../manage/upgrade-on-premises-infrastructure.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/intune/configmgr/core/servers/manage/upgrade-on-premises-infrastructure.md b/intune/configmgr/core/servers/manage/upgrade-on-premises-infrastructure.md index 7121426b385..db05126bf66 100644 --- a/intune/configmgr/core/servers/manage/upgrade-on-premises-infrastructure.md +++ b/intune/configmgr/core/servers/manage/upgrade-on-premises-infrastructure.md @@ -99,6 +99,17 @@ Use the steps in this section for any of the following upgrade scenarios: - If you're upgrading the primary site server, then [run a site reset](modify-your-infrastructure.md#bkmk_reset). +- If the WSUS server is remote from the Site Server, the **Windows Server Update Services Tools** must be removed and reinstalled. + - Remove the Windows Server Update Services Tools + ``` + Uninstall-WindowsFeature -Name UpdateServices-RSAT + ``` + + - Install the Windows Server Update Services Tools + ``` + Install-WindowsFeature -Name UpdateServices-RSAT + ``` + #### Known issue for remote Configuration Manager consoles After you upgrade the site server, or an instance of the SMS Provider, you can't connect with the Configuration Manager console. To work around this problem, manually restore permissions for the **SMS Admins** group in WMI. Permissions must be set on the site server, and on each remote server that hosts an instance of the SMS Provider: