Forum Discussion
SCCM Software Updates not installing to endpoints
0x87d00215, it means "Item not found". Do you have enough disk space on the remote DP? No Maintenance Windows on the device collection?
- alexandertuvstromSep 15, 2020Brass Contributor
Possible cause can be the distribution Manager requires that IIS base components be installed on the local Configuration Manager Site Server in order to create the virtual directory. Verify that IIS base components are installed on the local Configuration Manager Site Server, and IIS Web Services are installed on the Distribution Point Server.
- Michiel OverweelOct 01, 2020Former Employee
alexandertuvstrom IIS is *NOT* required on the site server, unless that site server itself hosts one of the roles that require IIS (such as the MP, DP or SUP role).
- alexandertuvstromOct 01, 2020Brass Contributor
That's correct. I wrote that he would review pre-reqs on DP and site server? 🙂
You may correct me but the Distribution Manager requires that IIS base components be installed on the local Configuration Manager Site Server in order to create the virtual directory? Distribution Manager also requires that IIS Web Services be installed on the Distribution Point Server that needs to support Background Intelligent Transfer Service (BITS)?
- christian31Sep 15, 2020Brass ContributorHi!
All sccm components is working fine.. I have seen that WSUSpool on IIS is stopped. i have Started it and seen a fix regarding increasing Private memory limit to 4GB or more but still it stopping when client computer is scanning for update(I think).- alexandertuvstromSep 15, 2020Brass Contributor
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?