Estou tentando instalar o Recurso Windows DSC-Service em uma máquina Windows 2012 R2 com o WMF 5.0 já instalado. A instalação falha com os seguintes erros:
Install-WindowsFeature DSC-Service :
Install-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 downloaded.
Use the "source" option to specify the location of the files that are required to restore the feature.
dism.exe / online / Ativar-recurso / recursoName: DSC-Service
The source files could not be downloaded.
Use the "source" option to specify the location of the files that are required to restore the feature.
E no CBS.log
Not able to find package: Microsoft-PowerShell-DSC-PullServer-Package~31bf3856ad364e35~amd64~~7.2.9600.853 from the cached windows update index. [HRESULT = 0x800f090d - CBS_E_MISSING_PACKAGE_MAPPING_INDEX]
The mapping index cache was refreshed recently, skip.
Failed to find package: Microsoft-PowerShell-DSC-PullServer-Package~31bf3856ad364e35~amd64~~7.2.9600.853 from the index with mapping index packages recently rebuilt, [HRESULT = 0x800f090d - CBS_E_MISSING_PACKAGE_MAPPING_INDEX]
Failed to get WU category/updateID for package: Microsoft-PowerShell-DSC-PullServer-Package~31bf3856ad364e35~amd64~~7.2.9600.853 [HRESULT = 0x800f090d - CBS_E_MISSING_PACKAGE_MAPPING_INDEX]
Failed to get the category and update ID for package: Microsoft-PowerShell-DSC-PullServer-Package~31bf3856ad364e35~amd64~~7.2.9600.853, component: amd64_microsoft.powershell.dsc.pullserver_31bf3856ad364e35_7.2.9600.853_none_469d713f35e0208c, file: IISSelfSignedCertModule.dll [HRESULT = 0x800f090d - CBS_E_MISSING_PACKAGE_MAPPING_INDEX]
Exec: Missing files are found during staging attempt but failed to download content from WU. [HRESULT = 0x800f090d - CBS_E_MISSING_PACKAGE_MAPPING_INDEX]
Eu também tentei instalar o .NET 3.5 (para ver se as fontes são baixadas) e isso funciona bem.
Existe algum lugar ou maneira de obter as fontes do DSC-Service para instalar o servidor pull no Windows 2012 R2 com o WMF 5.0?