<p>This is my first time setting up or even using active directory.</p>
<p>I set it up, and added the computers(Actually VMs in Hyper V) to the active directory, and if if I use hyper-V to connect to the VMs, I am able to use users from the active directory domain to login to the VMs.</p>
<p>However, if I try to login via remote desktop, I get this error:</p>
<pre><code class="lang-auto">The connection was denied because the user account is not authorized for remote login.
</code></pre>
<p>I have tried:</p>
<ul>
<li>
<p>From within active directory, i have added the group that my user is in to Remote Desktop users.</p>
</li>
<li>
<p>On the VM itself, adding the active directory group(that contains the user I am trying to login with) to Allow log on through Remote Desktop Services in Local Security Policy.</p>
</li>
</ul>
<p>I still have the same authorization denied error.</p>
<p>How do I properly setup a group in active directory to be able to login with remote desktop on all of my Virtual Machines?</p>
<p>Thanks!</p>