I'm needing some assistance with one of our Server 2019 VMs.
I'm getting different types of failures with DISM depending on what DISM command syntax is used.
PS C:\Windows\system32> DISM /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.17763.5830
Image Version: 10.0.17763.5936
[==========================100.0%==========================]
Error: 50
The request is not supported.
Using latest Server 2019 ISO. Same result when using a known good running Windows Server 2019 online image.
PS C:\Windows\system32> DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:H:\Sources\Install.wim:1 /LimitAccess
Deployment Image Servicing and Management tool
Version: 10.0.17763.5830
Image Version: 10.0.17763.5936
[==========================100.0%==========================]
Error: 0x800f081f
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 Configure a Windows Repair Source.
Using WIM from latest Server 2019 ISO with the latest Windows Defender update injected: https://go.microsoft.com/fwlink/?LinkID=121721&arch=x64
PS C:\Windows\system32> DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:C:\TEMP\Install.wim:1 /LimitAccess
Deployment Image Servicing and Management tool
Version: 10.0.17763.5830
Image Version: 10.0.17763.5936
[==========================100.0%==========================]
Error: 0x800f081f
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 Configure a Windows Repair Source.
By following the examples of fixes for other members, I was able to fix 3 other servers with issues, but this one is more difficult. I've looked for the Windows Defender Management Powershell source files but have been unable to find them. And sheer number of all the other files that are showing as needing replacement is just astounding.
I'm getting different types of failures with DISM depending on what DISM command syntax is used.
PS C:\Windows\system32> DISM /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.17763.5830
Image Version: 10.0.17763.5936
[==========================100.0%==========================]
Error: 50
The request is not supported.
Using latest Server 2019 ISO. Same result when using a known good running Windows Server 2019 online image.
PS C:\Windows\system32> DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:H:\Sources\Install.wim:1 /LimitAccess
Deployment Image Servicing and Management tool
Version: 10.0.17763.5830
Image Version: 10.0.17763.5936
[==========================100.0%==========================]
Error: 0x800f081f
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 Configure a Windows Repair Source.
Using WIM from latest Server 2019 ISO with the latest Windows Defender update injected: https://go.microsoft.com/fwlink/?LinkID=121721&arch=x64
PS C:\Windows\system32> DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:C:\TEMP\Install.wim:1 /LimitAccess
Deployment Image Servicing and Management tool
Version: 10.0.17763.5830
Image Version: 10.0.17763.5936
[==========================100.0%==========================]
Error: 0x800f081f
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 Configure a Windows Repair Source.
By following the examples of fixes for other members, I was able to fix 3 other servers with issues, but this one is more difficult. I've looked for the Windows Defender Management Powershell source files but have been unable to find them. And sheer number of all the other files that are showing as needing replacement is just astounding.
Attachments
Last edited: