Posts

Showing posts from March, 2022

Uninstalling Windows Update KB on a Domain Controller

Image
Issue: Domain Controller Server has currently installed a windows patched and after a reboot, server is not accessible - Not pingable and cannot be RDP. Even you login on Console / ILO it won't accept it and the exact error when you login on this DC MACHINE (2019) is: Actions: First you need to know the DSRM Password. Reboot the server and press F11 (for Windows 2019). Then go to Troubleshoot and put the credentials for DSRM Password. Select command prompt for repair. In command prompt run this: wmic logicaldisk get caption This is to check the drive of your Drive C before. You need to know where the c:\windows c:\User is by typing the dir on each available drive you have.  Once you identify the drive of your Drive C. Type this command: dism.exe /Image:D:\ /get-packages /format:table This is to identify the patched installed. By looking at the dates installed. (Note that drive D: is just an example base on the drive)  Once you identified it you need to save that package name b...