Auteur de questions
Echec régulier des mises à jour cumulatives Windows Server

Discussion générale
-
Bonjour. J'ai un petit serveur Windows Server 2016 - x64. Depuis quelques mois, toutes les mises à jour cumulatives échouent. Je dois les télécharger à la main, depuis catalog.update.microsoft.com pour les installer.
(exemple de mises à jour concernées : KB4057142, KB4056890, KB4053579, KB4041691, KB4038782)
Qu'est-ce qui cloche ? Merci.
- Type modifié Nedeltcho PopovMicrosoft contingent staff mardi 6 mars 2018 13:22
Toutes les réponses
-
Sur le serveur, exécuter la commande PowerShell suivante :
Get-WindowsUpdateLog
Cela génèrera un fichier sur le bureau (windowsupdate.log). Vous trouverez dedans le détail de ce qui provoque les erreurs : partagez-les ici pour que nous puissions vous orienter.
-
Bonjour JF FUSTEC,
exécuter le script suivant pour résoudre vos problème de Windows Update :
https://gallery.technet.microsoft.com/Rsoudre-les-problmes-de-d2759034?redir=0
S'il vous plaît n'oubliez pas de =Marquer comme réponse= les réponses qui ont résolu votre problème. C'est une voie commune pour reconnaître ceux qui vous ont aidé, et rend plus facile pour les autres visiteurs de trouver plus tard la résolution. Héritier KANDOLO. http://www.rootandadmin.com/
-
Bonjour, voici mon log :
-
Vous avez une installation résiduelle qui vous bloque. Exécutez les commandes suivantes :
net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc del /s /q /f "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat" del /s /q /f "%ALLUSERSPROFILE%\Microsoft\Network\Downloader\qmgr*.dat" cd /d %SYSTEMROOT% del /s /q /f "%SYSTEMROOT%\winsxs\pending.xml.bak" rmdir /s /q "%SYSTEMROOT%\SoftwareDistribution.bak" rmdir /s /q "%SYSTEMROOT%\system32\Catroot2.bak" del /s /q /f "%SYSTEMROOT%\WindowsUpdate.log.bak" takeown /f "%SYSTEMROOT%\winsxs\pending.xml" attrib -r -s -h /s /d "%SYSTEMROOT%\winsxs\pending.xml" ren "%SYSTEMROOT%\winsxs\pending.xml" pending.xml.bak attrib -r -s -h /s /d "%SYSTEMROOT%\SoftwareDistribution" ren "%SYSTEMROOT%\SoftwareDistribution" SoftwareDistribution.bak attrib -r -s -h /s /d "%SYSTEMROOT%\system32\Catroot2" ren "%SYSTEMROOT%\system32\Catroot2" Catroot2.bak attrib -r -s -h /s /d "%SYSTEMROOT%\WindowsUpdate.log" ren "%SYSTEMROOT%\WindowsUpdate.log" WindowsUpdate.log.bak sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) cd /d %SYSTEMROOT%\system32 regsvr32.exe /s atl.dll regsvr32.exe /s urlmon.dll regsvr32.exe /s mshtml.dll regsvr32.exe /s shdocvw.dll regsvr32.exe /s browseui.dll regsvr32.exe /s jscript.dll regsvr32.exe /s vbscript.dll regsvr32.exe /s scrrun.dll regsvr32.exe /s msxml.dll regsvr32.exe /s msxml3.dll regsvr32.exe /s msxml6.dll regsvr32.exe /s actxprxy.dll regsvr32.exe /s softpub.dll regsvr32.exe /s wintrust.dll regsvr32.exe /s dssenh.dll regsvr32.exe /s rsaenh.dll regsvr32.exe /s gpkcsp.dll regsvr32.exe /s sccbase.dll regsvr32.exe /s slbcsp.dll regsvr32.exe /s cryptdlg.dll regsvr32.exe /s oleaut32.dll regsvr32.exe /s ole32.dll regsvr32.exe /s shell32.dll regsvr32.exe /s initpki.dll regsvr32.exe /s wuapi.dll regsvr32.exe /s wuaueng.dll regsvr32.exe /s wuaueng1.dll regsvr32.exe /s wucltui.dll regsvr32.exe /s wups.dll regsvr32.exe /s wups2.dll regsvr32.exe /s wuweb.dll regsvr32.exe /s qmgr.dll regsvr32.exe /s qmgrprxy.dll regsvr32.exe /s wucltux.dll regsvr32.exe /s muweb.dll regsvr32.exe /s wuwebv.dll netsh winsock reset sc config wuauserv start= auto sc config bits start= auto sc config DcomLaunch start= auto net start bits net start wuauserv net start appidsvc net start cryptsvc net start DcomLaunch
-
Bonjour. J'ai fait tourner ce que vous m'avez conseillé.
Mais un mois plus tard, rebelote avec le patch tuesday qui me livre une maj cumulative, laquelle échoue à nouveau. J'en conclue que ce n'était pas la bonne piste. Tant pis, je chargerai chaque mois les grosses maj à la mano. Merci quand même.