Terminal server

Roger Roger 4,951 Reputation points
2022-01-12T20:52:20.207+00:00

Hi all
I am not much aware of terminal server.
I have a server lets say server01. I logged into the Remote Desktop Licensing Manager.
I can see i have license in the below format.

164457-t.jpg

I have a server lets say server02 and i want to make it as jumpserver i.e more than 20 to 30 users will login to this server simultaneously at a time.
What components should i install on server02 and how can i assign the license on this server server02 i.e server01 is my RDS license.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,457 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,370 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,529 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,123 questions
Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
421 questions
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 39,351 Reputation points
    2022-01-14T09:48:02.377+00:00

    Hello RogerRoger,

    Thank you for your question and reaching out.

    I can understand you are having some quires related to RDS roles and Licensing.

    1. You can use single Remote Desktop Licensing Manager in your AD environment in your case its Server01.
    2. If you have Server02 as Jumpbox server then you can install Remote Desktop Session Host role on it and configure Server01 as Licensing server so that 20 to 30 users can take RDP and get license.

    https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-roles

    ---------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Roger Roger 4,951 Reputation points
    2022-01-14T16:45:22.687+00:00

    Please correct me if this is the correct procedure

    On Server02-->under Remote Desktop Users Group-i have added an Active group and only those users can login to this server.

    On Server02-->i need to just install Remote Desktop Session Host Role

    165205-rds.jpg

    On Server02--> i just need to execute the below commands

    $obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting
    $obj.ChangeMode("<4>")
    $obj.SetSpecifiedLicenseServerList("<server01.mydomain.com>")
    $obj.GetSpecifiedLicenseServerList()

    0 comments No comments