Forum Discussion
SCCM Software Updates not installing to endpoints
alexandertuvstrom The Web Server role (IIS, with a couple of specific role services enabled) only needs to be installed on the Distribution Point server, not on the site server. Installation and configuration of the Distribution Point role is indeed handled by the SMS_DISTRIBUTION_MANAGER component, which runs on the site server, but it doesn't need IIS installed on the site server itself for that. See Site and site system prerequisites for Configuration Manager for details.
No, that's correct. But in this case, the information was that the user had installed a site server with DP, SUP, MP and a remote DP. And as you say, the distribution points (Site server with DP role and remote DP) need IIS installed. So my answer was not wrong here, was it?
This is a example log on the SCCM server with "Failed to create virtual directory on the defined share or volume on distribution point":
Failed to create virtual directory on the defined share or volume on distribution point "["Display=\\<DISTRIBUTIONPOINT.DOMAIN>\"]MSWNET:["SMS_SITE=XYZ"]\\<DISTRIBUTIONPOINT.DOMAIN>\".
Possible cause: 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).
Solution: 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 Overweel Is it wrong information Microsoft provides as a possible cause and solution in the status messages and logs on SCCM?
- Michiel OverweelOct 02, 2020Former Employee
alexandertuvstrom I must have misunderstood your comments, so I apologize for that. I was under the impression that you were saying that IIS needs to be installed on the site server so it can create the virtual directories on a remote Distribution point. If the Distribution Point role is installed on the site server itself, then obviously IIS needs to be installed on the site server itself as well.
As for the wording for the possible cause in the log (and in the status message as well): this doesn't seem right. I never really pay attention to those possible cause descriptions, so I had never noticed this before, but IIS definitely doesn't need to be installed on the site server, unless it is hosting a site system role that requires IIS, as discussed before.