I've been having a problem recently where i have a VM machine that is running windows server 2012 which is connected to a DC running the same OS, on the DC i have ADUC running with all of my users configured and added into the remote desktop users group but for some reason whenever i log into the VM using the DOMAINNAME/user prefix i get the "the connection was denied because the user account is not authorised for remote log-in"
the only way of resolving this is to log into the VM as a admin and using the following command:
"net localgroup "Remote Desktop Users" "UserName" /add"
surely creating the user through AD and adding them into the Remote Desktop user group would authenticate them to log into the VM?