Share via


Deploying the RDS Standard Deployment Type in Windows Server 2012 (for Session Virtualization)

This Wiki article runs you through the setup of deploying the Standard deployment type of Remote Desktop Services (Session Virtualization) in Windows Server 2012 using the Scenario Based Deployment. The Standard deployment type is used in scenario's where you want to spread the RDS roles over different servers. If you want to run all roles on a single server, follow this Wiki: Deploying the RDS Quick Start deployment type in Windows Server 2012 (for Session Virtualization)

We assume that you have a server running Window Server 2012 (Windows Server 8 Beta) that is part of an Active Directory Domain.

Open up the Server Manager Console and choose option 3, “Add other servers to manage”:
http://2.bp.blogspot.com/-2RgvXgFDVbk/T_SU2yIsaiI/AAAAAAAAA98/RkIHXXohTqQ/s400/1.png

Now add all the servers you want to be able to deploy RDS to:
http://2.bp.blogspot.com/-ZMfWZx13OGc/T_SVvH8onKI/AAAAAAAAA_E/-NAdbGjSmfs/s400/11.png

Go back to the Server Manager Console and choose option 2, “Add roles and features”, and choose next on the welcome screen
http://1.bp.blogspot.com/-1pgMchxFl-E/T_SU4qn3jMI/AAAAAAAAA-E/-2DZ0KbB2fc/s400/2.png

Select the “Remote Desktop Services installation”
http://1.bp.blogspot.com/-WSWDtamCums/T_SU7WiJg7I/AAAAAAAAA-M/pgyWa4JzV-M/s400/3.png

Since we want to deploy roles over multiple servers, we choose Standard Deployment.
http://3.bp.blogspot.com/-r_p7Sy7A0-0/T_SU9PXVzII/AAAAAAAAA-U/S61LpoL7p4Y/s400/4.png

Since we want to configure sessions, not virtual machines (VDI) we choose Session-Based Desktop Deployment:
http://4.bp.blogspot.com/-sl9QhbL-ZbM/T_SU_Wk3H1I/AAAAAAAAA-c/VZ2kbayjLlA/s400/6.png

De wizard explains what roles will be configured in the standard deployment and what these roles do. Choose next,
http://4.bp.blogspot.com/-rEncgFQdCcg/T_SVBKxdBTI/AAAAAAAAA-k/gIaZDwxqqHE/s400/7.png

Select the server you want to deploy the RD Connection Broker role on. Note that during this wizard this can only be one server, you can add additional servers later.
More info on that see here: Installing and configuring RD Connection Broker High Availability in Windows Server 2012
http://1.bp.blogspot.com/-HbXDX7X7YsA/T_SVDWNm6AI/AAAAAAAAA-s/I93nSUb-9Gc/s400/8.png

Next, choose the server(s) you want to deploy the RD WebAccess role on:
http://2.bp.blogspot.com/-cj4g0QGV3YY/T_SVFZ29xYI/AAAAAAAAA-0/U2EiftNyF7g/s400/9.png

And finally, choose the server(s) you want to deploy the RD Session Host role on.
http://1.bp.blogspot.com/-v-pU64oorFY/T_SVHMrlFSI/AAAAAAAAA-8/8h8MDhjWHeU/s400/10.png

The wizard will show a confirm, choose deploy to start the standard deployment. The servers on which you will deploy the RD Session Host role will be automatically rebooted.

Back to Top