Blog

April 14, 2013
Tags: rds, operating-system, rds2012, remote-desktop, rdp, windows-server-2012, remote-desktop-services, rds-2012, remote-desktop-services-2012, rds12

Configure Rds 2012 Rdweb For Access Via Email Upn

How to configure RDS Web Services for Email Login.

Make a copy of the RDS web Folder before making any changes.

Go to the following folder on your RDweb Server.

C:\Windows\Web\RDWeb\Pages\en-US

Open the following file with a text editing tool like Notepad ++.

(/images/blog/email1.png

(/images/blog/email2.png

You will need to edit lines 19, 27, and 28 so that it shows email address.

Save and then exit

Search for the following file under C:\\Windows\\Web\\RDWeb\\Pages\\webscripts-domain.powershell

Then make the following changes:

(/images/blog/email3.png

On line 44 add "//" at the beginning of the line.

on line 46 remove "else" so you are left with if as shown in the screen shot.

There you have it, RDWeb now configured for your users to login via the UPN (Email address).

/images/blog/email4.png)

To make things easy, I have created the files so that you can replace the default, you can download these from this address: Download here