set up remote desktop server on windows server 2012 [closed]

I am try to set up remote desktop service on windows server 2012, and it require join the domain before I can go ahead. does this mean I have to set up another server with AD DS and join to it before I can set up the RDS? so I have to apply for two licenses for both of them? any way I can use only one license set the RDS up?

Can i set up AD DS and RDS on the same server, then I will just pay one license?

can anyone let me know how to do that?

Regards Wayne


Solution 1:

You do not HAVE to have ADDS for a standalone Remote Desktop Services host in 2012. Although Microsoft has made it much more difficult, you can configure everything via powershell and local group policy. Active Directory is only necessary if you wish to use the GUI functionality as they assume everyone will want to manage a collection of RD Session Hosts.

To setup a RD Session Host without ADDS do the following:

  1. Add Roles\Features -> Role based or feature based install
  2. Select Role Remote Desktop Services
  3. For Role Services, choose Remote Desktop Licensing and Remote Desktop Session Host

Now configure\install licenses using RD Licensing manager

Now configure Remote Desktop Session Host using local group policy as follows

  1. Run gpedit.msc -> Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Licensing. (There are two settings we must enable and configure)
  2. Configure "Use the specified Remote Desktop license servers" (localhost if using same host as licensing server)
  3. Set the "Remote Desktop licensing mode"
  4. Force gpupdate. cmd prompt -> gpupdate /force

Sources: Source 1 Source 2