Forum Discussion
iwkhmsuser
Dec 31, 2021Copper Contributor
Update KB5008223 lässt sich nicht installieren
Hi ich habe hier einen recht neu installierten Server 2022 (Version 21H2 (Build 20348.380)) per Windows Update bekomme ich das Security Update KB5008223 angeboten. Das System installiert auch b...
Mary Hoffman
Jan 04, 2022Former Employee
The error 0x800f0988 resolves to PSFX_E_INVALID_DELTA_COMBINATION.
After all that has been done thus far, please determine if the system is pending a reboot. If so, please find a time that the server can be restarted to see if that resolves the issue.
Determine Pending Reboot Status—PowerShell Style! Part 1 - Scripting Blog (https://devblogs.microsoft.com/scripting/determine-pending-reboot-statuspowershell-style-part-1/)
PowerShell/Get-PendingReboot.ps1 at master · lazywinadmin/PowerShell · GitHub (https://github.com/lazywinadmin/PowerShell/blob/master/TOOL-Get-PendingReboot/Get-PendingReboot.ps1)
If the system is not pending a restart, please do this from an elevated cmd:
Dism /Online /Cleanup-Image /ScanHealth
If the above says it is repairable, then do the check:
Dism /Online /Cleanup-Image /CheckHealth
If there are issues above then do:
Dism /Online /Cleanup-image /Restorehealth
If that does not resolve it, consider creating a support case with the Microsoft support team to investigate further. This would be your best source of support for released products.
Support for business (https://support.serviceshub.microsoft.com/supportforbusiness)
After all that has been done thus far, please determine if the system is pending a reboot. If so, please find a time that the server can be restarted to see if that resolves the issue.
Determine Pending Reboot Status—PowerShell Style! Part 1 - Scripting Blog (https://devblogs.microsoft.com/scripting/determine-pending-reboot-statuspowershell-style-part-1/)
PowerShell/Get-PendingReboot.ps1 at master · lazywinadmin/PowerShell · GitHub (https://github.com/lazywinadmin/PowerShell/blob/master/TOOL-Get-PendingReboot/Get-PendingReboot.ps1)
If the system is not pending a restart, please do this from an elevated cmd:
Dism /Online /Cleanup-Image /ScanHealth
If the above says it is repairable, then do the check:
Dism /Online /Cleanup-Image /CheckHealth
If there are issues above then do:
Dism /Online /Cleanup-image /Restorehealth
If that does not resolve it, consider creating a support case with the Microsoft support team to investigate further. This would be your best source of support for released products.
Support for business (https://support.serviceshub.microsoft.com/supportforbusiness)