A little tip on a command that can help out booting a server that is struggling with a Windows update
taskkill.exe /s servername /u domain\administrator /p Password /im TrustedInstaller.exe
A little tip on a command that can help out booting a server that is struggling with a Windows update
taskkill.exe /s servername /u domain\administrator /p Password /im TrustedInstaller.exe
Repair Windows Server 2016 with DISM dism /online /cleanup-image /scanhealth dism /online /cleanup-image /checkhealth dism /online /cleanup-image /restorehealth /source:WIM:d:sourcesinstall.wim:2 /limitaccess sfc
In short: The steps: net stop dfsr adsiedit ; msDFSR-Enabled=FALSE net start dfsr adsiedit ; msDFSR-Enabled=TRUE repadmin /syncall /AdP DFSRDIAG POLLAD