Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

What is rdweb in iis?

2 Answer(s) Available
Answer # 1 #

To begin with, I already had a Windows Server 2019 Remote Desktop Gateway server configured and ready to go. Read my write up on how to configure Windows Server 2019 Remote Desktop Gateway server here. In my cofiguration in the lab of the rd web access, I built on the components that I already had installed on this box. This included installing the RD Web Access role.

In my configuration, I had a simple two server configuration – my remote desktop gateway server that also housed the RD Web access server and then the RDSH server that sits behind this server in the internal network.

Let’s see what steps are required to get the Windows Server 2019 rd web access configuration up and running ready to service clients via web access.

What does the RD Web Access role allow you to do? With the RD Web Access role installed, clients can easily access virtual machines via their browser without having to using a client of sorts or some other mechanism to connect.

This also opens up the opportunity for non Windows devices to connect to internal resources since all that is required is a browser. Your end users are given the various servers they can connect to via what are known as “Collections”. With the collection, users see the RDSH servers they have permissions to connect to.

We need to install a few components for Windows Server 2019 RD Web Access. To do this, run the following cmdlets:

If you don’t already have the RD Web Access role installed, you will see the following error.

Using Server Manager, you can finish out your Remote Desktop Services installation. To do this you just launch the Add Roles and Features Wizard and follow the wizard by selecting remote desktop services installation.

On the type of installation type, choose the Remote Desktop Services Installation. This will allow finishing out the remote desktop services installation.

Here, I am selecting the Standard Deployment that allows you to deploy Remote Desktop Services across multiple servers and have a bit more control over the configuration.

Select the deployment scenario. Here select “Session-based desktop deployment”.

Role services that will be installed if needed on the target boxes include – REmote Desktop Connection Broker, Remote Desktop Web Access, and Remote Desktop Session Host.

In the wizard, you will be able to select the servers you want to designate for each role. This includes the RD Connection Broker server.

Specify the RD Web Access server during the configuration.

RD Session Host server specified in the configuration.

Confirm the configuration of the remote desktop services components.

Designate any missing remote desktop services components. There will be a “green plus” over the component that needs further configuration. Simply click the “plus” and set the configuration.

To allow access to specific resources via the RD Web Access role, you need to create a Collection. The Collection is a set of RDSH servers that you entitle to specific users.

Start the wizard and name the Collection.

Specify the RD Session Host servers.

Specify user groups that are allowed to have access to connect to the collection.

You can configure User profile disks to store user profile settings in a central location.

Confirm the selections made in the collection creation.

Finish out creating the collection.

You can now test out the new collection and Windows Server 2019 RD web access by logging in on a browser. You should see the collection that you created and assigned to your users.

[1]
Edit
Query
Report
Michaels Jeneil
KETTLE OPERATOR
Answer # 2 #

Remote Desktop Web Access (RD Web Access) is a role service on the server that you want users to connect to over the web to access RemoteApp and Desktop Connection. When you install the RD Web Access role service, Microsoft Internet Information Services (IIS) is also installed.

[1]
Edit
Query
Report
Kunal Guide
MARKING MACHINE OPERATOR