RDP connection error due certificate
Recently I’ve deleted a machine certificate from a certificate store and couldn’t connect to it via RDP.
Fix:
Run these commands in powershell:
certutil -store "Remote Desktop" | findstr "Serial Before After"
find deleted certificate and use it in the next command:
certutil -delstore "Remote Desktop" ThumbOfCertificate
Now you can connect to this PC via RDP – the machine will generate the new certificate.
FreeBSD + e-mail alert for ssh connection Windows 2012 Server + Powershell + registry + disabling IPv6