We are planning to switch our company's machines from Win7 to Win10 in the near future. We have 2 available domains, lets call them domain1 and domain2. We use domain2 for our current enviroment and everything works fine. Domain1 has been created and never used, it was "just there" for experimental purposes which came to use some days ago.
So I've setup a Win10 VM, installed a Domain Controller and configured everything ensuring the domains can communicate with each other. Everything works fine, I can share files in-between i.e my machine and the Win10 VM. Now comes the problem.. we have many VMs where many Resins/Tomcats are running for several web applications.
We use the RDP provided by Microsoft to connect to the VMS, everything works fine. Also, I am able to connect from the Win10 VM to another Win7 machine, but not vice versa. The application just doesnt connect to the Win10 VM. As soon as I use a local user, it works perfectly, so it must be something with the GPOs or some options in the AD of the Win10 VM?
I must add that we havent used AD to setup our domains. We've always used SAMBA, so I must admit that the Microsoft solutions/tools are pretty new to me and maybe I oversee something.
What I tried to do so far (after hours of research):
- Disabling the Win10 firewall to ensure nothing is blocked
- activated the RDP options on the Win10 VM and adding the relevant users to the trusted users list
- edited the local computer policy and added the domain users to the list of "trusted users who can connect to this machine using RDP"
- added the relevant users in the AD to ensure they are allowed to connect via RDP
Nothing works. Somehow I assume that I miss one or two clicks which allow the domain users to log in via RDP. When I try to login with lets say domain1\administrator:pw, it wont let me. When I use 192.168.0.XXX\administrator:pw, it instantly works. So it must be something with the AD/GPO settings which I cannot figure out.
You guys have an idea? <3