Forum Discussion
SCCM Software Updates not installing to endpoints
Can you run this on your DP:
Import-module ServerManager
dism.exe /online /norestart /enable-feature /ignorecheck /featurename:"IIS-WebServerRole" /featurename:"IIS-WebServer" /featurename:"IIS-CommonHttpFeatures" /featurename:"IIS-StaticContent" /featurename:"IIS-DefaultDocument" /featurename:"IIS-DirectoryBrowsing" /featurename:"IIS-HttpErrors" /featurename:"IIS-HttpRedirect" /featurename:"IIS-WebServerManagementTools" /featurename:"IIS-IIS6ManagementCompatibility" /featurename:"IIS-Metabase" /featurename:"IIS-WindowsAuthentication" /featurename:"IIS-WMICompatibility" /featurename:"IIS-ISAPIExtensions" /featurename:"IIS-ManagementScriptingTools" /featurename:"MSRDC-Infrastructure" /featurename:"IIS-ManagementService"
Can you verify that SCCM site server computer account are in the Local Administrators group on the server where DP role is to be installed?
Thanks for assisting. All prerequisites requirements on the remote DP is already installed. also sccm site server computer account is on the remote DP also. I can successfully install SCCM agents and deploy application packages to the client computers. I have a strong feeling that WSUSpool stopping on the IIS server is one that causing my software updates to not be deployed
- alexandertuvstromSep 14, 2020Brass Contributor
I'm glad you may have found the root cause! Let me know 🙂
- christian31Sep 15, 2020Brass ContributorHi Alexander,
Issue still persist. Although WSUSpool is running smoothly. Logs show that software package content was not downloading to the client computer.- alexandertuvstromSep 15, 2020Brass Contributor
Can you share the log?