Hi @Testing
When you add a admin account to protected users group , NTLM will be disable.
When a admin try to access through RDP for Example using the IP adresse , the authentication will be failed because it using ntlm authentication. You have to ask admin to use the FQDN of server serverName.domain.lan to use kerberos instead of ntlm When kerberos authentication failed , the problem should be:
- Missing SPN
- Network flow problem
If it's not possible to use kerberos authentication , you should remove admin account from protected users to let him access through RDP on target server.
Please don't forget to accept helpful answer