How To Register Agreement Number In Remote Desktop Server 2016
In this blog post we volition look at how to install and activate a Remote Desktop License Server on Windows Server 2016. Nosotros will besides review the 2 different types of CALs, and how to install CALs on the RD License Server. Finally, nosotros will await at how to designate specific License Servers to RD Session Host Servers, through PowerShell and Group Policy.
If you don't take Remote Desktop Services Client Access Licenses (RDS CALs), your users volition non be able to connect to a remote desktop session host server, later on the initial grace menstruum of 120-days expires. To install Remote Desktop Services CALs, you first need to install Remote Desktop Licensing. This is a role service of the Remote Desktop Services role on Windows Server 2016. You lot can utilize RD Licensing to install, upshot, and rail the availability and usage of licenses.
If yous accept Windows Server 2016 session host servers, and so the RD Licensing role service must be installed on a Windows Server 2016 machine, because 2016 RDS CALs can only be installed on a Server 2016 RD license server.
Citrix XenApp also relies on a RD license server. Because what XenApp substantially does, is to extend the capabilities of the Microsoft Remote Desktop session host server. Each fourth dimension a user connects to a XenApp session, he is besides connecting to a Remote Desktop Session. So you volition need licenses for both XenApp and RDS.
Keep in listen, the license server nosotros set up in this web log postal service, volition but be used to effect licenses to session host servers that will host shared desktops and deliver applications in a Citrix XenApp environment. Such a deployment will but accept RD session host servers and license server(due south). In that location will be no Remote Desktop Connection Broker.
Navigation
1. Installing the Role Service
2. Activating the server
3. Types of CALs
four. Install CALs
v.Specify Licensing Mode and License server for RD Session Host Servers
.
1. Installing the Role Service
Earlier you start, you should add together the designated license server to the Terminal Server License Servers group in Active Directory. Otherwise, y'all will not be able to issue RDS Per User CALs to users in the domain, and you lot will not exist able to track or report the usage of RDS Per User CALs on the License Server.
1.1 Offset the Add Roles and Features Wizard in Server Manager
ane.2 Click Next
ane.3 Select Part-based or feature-based installation, click Next
1.4 Select the local server, click Side by side
1.5 Select Remote Desktop Services, click Next
1.6 Click Next
ane.seven Click Next again
1.8 Select Remote Desktop Licensing (click Add together Features when prompted), click Adjacent
ane.9 Click Install
1.10 Click Close when the installation is finished
.
2. Activating the server
The license server must exist activated to consequence RD CALs.
2.1 In Server Manager, Click Tools → Remote Desktop Services → Remote Desktop Licensing Manager
2.2 Correct click the server proper name, and select Activate Server
2.3 Click Adjacent
2.4 Select desired connection method. I'm selecting Automatic connection, which connects to the Microsoft clearinghouse over the internet, by using https. If your license server does not accept admission to the internet, yous can also choose to activate information technology through the web browser (of another computer, which is connected to the internet) or over phone. Click Next
2.five You lot will be requested to provide some information virtually yourself. These four fields are required, so enter information for each field
ii.6 These fields are optional. Click next when you are ready
2.7 The server volition be activated
2.8 Yous can get-go the Install Licenses Wizard if you like from this folio, but I chose non to
ii.10If you correct-click the server proper name, and select Review Configuration, you tin review the configuration of the RD license server.
.
3. Types of CALs
Each user and device that connects to a Remote Desktop Session host needs a client access license (CAL). There are two types of Client Access Licenses available in this blazon of setup.
Per Device CALs
These are permanent CALs assigned to whatever computer or device that connects to an RD Session Host Server more than in one case. The first time a figurer or device connects to an RD Session Host, its by default issued a temporary license. The second time a figurer or device connects to an RD Session Host, the license server bug it a permanent RDS Per Device CAL, if the license server is activated and plenty RDS Per Device CALs are available. In other words, Per Device CALs can non be overallocated, meaning if you have 15 CALs, only fifteen devices will be able to make a connection to session hosts.
Per User CALs
Per User CALs requite users right to access Remote Desktop Services from whatever number of devices. They are not assigned to users permanently like Device CALs are to devices. Rather they are valid simply for a set period of fourth dimension, and are assigned to the user account in Active Directory. Licensing for Per User CALs is not enforced, so they can be overallocated, meaning even if y'all only have 15 CALs, more than 15 users will be able to brand a connection to session hosts. So its upward to yous to ensure that you lot stay in compliance with the Microsoft RDS Licensing agreement.
.
4. Install CALs
4.ane Correct-click server, and select Install Licenses
iv.2 The connection method you used during activation is retained (to change it, use the properties dialog box of the license server). Click Side by side
four.3 Select appropriate License Plan, and so click adjacent.
4.iv The next few steps volition depend on the license program you selected in the previous step. These are the steps for Enterprise Understanding
4.5 Enter Agreement number, click Next
four.6 Select Product Version, license type and quantity of licenses to install onto the license server. Then click Next and follow the sorcerer to complete the license installation process.
The license server can now issue RDS CALs to clients.
.
5. Specify Licensing Fashion and License server for RD Session Host Servers
The Remote Desktop Session Host Configuration Tool was removed in Windows Server 2012 R2, and isn't present in Server 2016 either. So y'all will accept to specify licensing mode and licensing server through other means. Since we are not dealing with a full-blown deployment of Remote Desktop Services hither, merely rather just session host servers that we volition employ for the purpose of hosting shared desktops and evangelize applications on Citrix XenApp, nosotros can not define the licensing server in Server Manager. Rather, we will take to use either PowerShell or Group Policy.
5.i Through PowerShell
Run the following three cmdlets in PowerShell on the session host server
$obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting
$obj.ChangeMode(4)
$obj.SetSpecifiedLicenseServerList("server03.shabaztech.com")
In cmdlet number two, the value of 4 specified that the licensing way volition exist Per User. If you want to use Per Device licensing manner, then you will have to enter 2 instead.
Finally, run this cmdlet to verify that the specified license server was set correctly.
$obj.GetSpecifiedLicenseServerList()
5.2 Through Grouping Policy
The settings can be institute in the post-obit location, and they are self-explanatory.
Computer Configuration → Policies → Admin Templates → Windows Components → Remote Desktop Services → Remote Desktop Session Host → Licensing
(The configured GPO must be linked to your session host servers)
Another interesting setting tin can be institute at the following location
Computer Configuration → Policies → Admin Templates →Windows Components → Remote Desktop Services → RD Licensing
With this setting you can control which RD Session Host servers are issued RDS CALs by the license server. It must be configured in a GPO that is applied to the license server.
v.3 Remote Desktop Licensing Diagnoser
You tin employ RD Licensing Diagnoser to check licensing configuration details for a session host server. Yous can as well utilise it to aid identify possible licensing problems.
Upper portion gives information most licensing configuration details on the session host server.
Middle portion gives diagnostic information and suggested resolutions for whatever problems.
Lower portion gives information on which license servers the session host is configured with.
How To Register Agreement Number In Remote Desktop Server 2016,
Source: https://shabaztech.com/installing-remote-desktop-license-server-on-windows-server-2016/
Posted by: macdonaldgriat2000.blogspot.com
0 Response to "How To Register Agreement Number In Remote Desktop Server 2016"
Post a Comment