I am trying to run dism to /restorehealth on a server but it can not complete.
SFC /SCANNOW - Below Error
PS C:\Windows\system32> sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection found corrupt files but was unable to fix some of them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.
Dism /online /cleanup-image /restorehealth - Requires a source file
Dism /online /cleanup-image /restorehealth /Source:WIM:d:\\sources\\Install.wim:2 /limitaccess - Below error
PS C:\Windows\system32> Dism /online /cleanup-image /restorehealth /Source:WIM:d:\\sources\\Install.wim:2 /limitaccess
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.4010
[===========================98.8%========================= ]
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.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
SFC /SCANNOW - Below Error
PS C:\Windows\system32> sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection found corrupt files but was unable to fix some of them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.
Dism /online /cleanup-image /restorehealth - Requires a source file
Dism /online /cleanup-image /restorehealth /Source:WIM:d:\\sources\\Install.wim:2 /limitaccess - Below error
PS C:\Windows\system32> Dism /online /cleanup-image /restorehealth /Source:WIM:d:\\sources\\Install.wim:2 /limitaccess
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.4010
[===========================98.8%========================= ]
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.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log