Wednesday, November 5, 2025
spot_img
HomeSkype for Business Server 2015The source files could not be found during Skype for Business 2015

The source files could not be found during Skype for Business 2015

Author

Category

Error: The source files could not be found. Skype for Business 2015

This post explains that how to resolve “The source files could not be found” during Skype for Business Server 2015 Pre-Requisite installation on Windows Server 2016/2012.

The command is given below we use to install the Pre-Requisite for Skype for Business. Sometimes, it fails because Internet is not available and system do not have ISO/Dump of Server operating system.

PS C:\Windows\system32> Add-WindowsFeature NET-Framework-Core, RSAT-ADDS, Windows-Identity-Foundation, Web-Static-Content, Web-Default-Doc, Web-Http-Errors, Web-Asp-Net, Web-Net-Ext, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Logging, Web-Log-Libraries, Web-Request-Monitor, Web-Http-Tracing, Web-Basic-Auth, Web-Windows-Auth, Web-Client-Auth, Web-Filtering, Web-Stat-Compression, Web-Dyn-Compression, NET-WCF-HTTP-Activation45, Web-Asp-Net45, Web-Mgmt-Tools, Web-Scripting-Tools, Server-Media-Foundation -Restart

Add-WindowsFeature : The request to add or remove features on the specified server failed.

Installation of one or more roles, role services, or features failed.

The source files could not be found.

Use the “Source” option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077. Error: 0x800f081f

At line:1 char:1

+ Add-WindowsFeature NET-Framework-Core, RSAT-ADDS, Windows-Identity-Fo …

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidOperation: (@{Vhd=; Credent…Name=localhost}:PSObject) [Install-WindowsFeature], Exception

+ FullyQualifiedErrorId : DISMAPI_Error__Failed_To_Enable_Updates,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCommand

Resolution:

Mount the Windows Server 2016 ISO and define the source using -Source Z:\sources\sxs.

In this example, I am using Z: because my ISO mount was Z.

After mounting I ran the PS given below and it was successful:

Add-WindowsFeature NET-Framework-Core, RSAT-ADDS, Windows-Identity-Foundation, Web-Static-Content, Web-Default-Doc, Web-Http-Errors, Web-Asp-Net, Web-Net-Ext, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Logging, Web-Log-Libraries, Web-Request-Monitor, Web-Http-Tracing, Web-Basic-Auth, Web-Windows-Auth, Web-Client-Auth, Web-Filtering, Web-Stat-Compression, Web-Dyn-Compression, NET-WCF-HTTP-Activation45, Web-Asp-Net45, Web-Mgmt-Tools, Web-Scripting-Tools, Server-Media-Foundation -Restart -Source Z:\sources\sxs

 

Hariom Jindal

Hello, I’m Hariom Jindal, a seasoned IT professional with over 21 years of experience in the industry. I am currently working as a Principal Consultant at TECHOM Systems, a leading provider of Microsoft Modern Workplace solutions in Melbourne, Australia.

spot_img

Recent posts