Posted On October 26, 2020

Remote Desktop Connection An internal error has occurred.

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Remote Desktop Connection An internal error has occurred.
RDP Error Message:

 

 

Resolution:

Method 1: Create and apply a self signed certificate on the server

$fqdn=$env:computername+$(if($env:USERDNSDOMAIN){'.'+$env:USERDNSDOMAIN})
$newCertificate=New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname $fqdn
$thumbPrint=$newCertificate.Thumbprint
wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TSGeneralSetting Set SSLCertificateSHA1Hash=$thumbPrint

Method 2: install an alternate RDP client

Method 3: fix firewall issues

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to configure IPMonitor for a server

After enabling the SNMP service via Server Manager > Features, go into Services and locate…

OpenLDAP Migration

LDAP PKGSRC Cutover # Compress ldap directory on WEB01.PROD tar -C /home/webadmin/pkg/var/openldap -czvf /tmp/kimconnect-com.gz kimconnect-com…

Troubleshooting Active Directory Replication Issues

How to Check Domain Controller Syncronization Check replication summary [TEST-DC02]: PS C:\Users\testadmin\Documents> Repadmin /replsummary Replication…