Fixing ‘KDC Reply Did Not Match Expectations’ Error in Ansible for Windows Server

When you connect to a Windows server with Ansible, you may see the error message “KDC reply did not match expectations while getting initial credentials”. One possible reason is that the domain name that you used in the Ansible playbook command line doesn’t match the domain name that is configured in the Linux krb5.conf. The … Read more

“DNS bad key” on Windows Failover Cluster

Cover photo.

I used to see two common errors on the new created Microsoft Failover Cluster. “DNS bad key” and CNO update error. Cluster network name resource ‘Cluster Name’ failed registration of one or more associated DNS name(s): DNS bad key or Cluster network name resource failed registration of one or more associated DNS names(s) because the … Read more

Cipher Suites on Windows Server 2016/2019

“Static Key Ciphers” are used on Windows Server 2016/2019 for backward compatibility with legacy applications. It existing on Windows operating system by default. Hackers can decrypt the traffic if the weak cipher suites are being used. Hence how to secure the traffic is important for Windows security.

Quick Note: Microsoft Remote Desktop Connection Manager Windows overfit High DPI Screen

4K screen is getting popular in recent years. You may see some challenge for legacy applications. Such as “Microsoft Remote Desktop Connection Manager”. It’s stopped developed since 2014. But it’s still a useful tool for server administrators. You may see the windows overfits screen on 4K display. The fix is: Go to properties of “RDCMan.exe“ … Read more

IE 11 Window Doesn’t Change Between 4K Internal and Regular External Monitors

Just a quick notes. If you use multiple monitors, some are 4K and some are regular resolution, you may see window display issue when move Internet Explorer between these monitors. Follow the KB below to change register to allow Internet Explorer 11 accommodates the monitor solutions. Internet Explorer 11 window display changes between a built-in … Read more