Windows:在没有域/Active Directory的Server 2015上安装远程桌面服务
时间:2020-02-23 14:45:42 来源:igfitidea点击:
与以前的版本相比,Microsoft在终端服务上进行了很多改进。
他们还使它变得比仅单台服务器更完整,更复杂。
因此,如果您只是想增加并发远程桌面并发用户的数量,则可能不需要使用它提供的所有功能。
不幸的是,您不能只使用服务器管理器并使用常规配置面板,否则除非您的服务器已加入Active Directory域,否则它将不允许您这样做。
这是执行独立配置的手动过程:
1.设置服务器名称和域(FQDN):
a. System > Computer name, domain and workgroup settings > Change settings b. "To rename this computer or change its domain or workgroup, clickChange"; > Change... c. Make sure to enter the right name for the server in "Computer name"; and click "More..."; to enter the domain name at "Primary DNS suffix of this computer"; d. NOTE : Server name cannot be changed once the setup is completed, this would result of unlicensing the server if changed
2.安装所需的远程桌面服务:
a. Server Manager > Manage > Add Roles and Features b. Role-based or feature-based installation (Do NOT select Remote Desktop Services installation!) c. In Roles, check the boxes for "Remote Desktop Licensing"; and "Remote Desktop Session Host"; d. Once completed, reboot the server
注意:如果您拥有Microsoft SPLA(服务提供商许可协议),则下一步(#3)将显示如何安装许可证,但是您可能会拥有"零售包"类型的许可证,因此只需选择适合您情况的适当许可证即可。
而是在下拉菜单中
3.安装SPLA许可证:
a. Administrative Tools > Remote Desktop Services > Remote Desktop Licensing Manager b. Right click on the server name on the left pane and click Install Licences c. At License Program drop down menu, select "Service Provider License Agreement"; d. Enter the Agreement number e. Select the right product version f. Select the right license type (likely RDS Per User CAL) g. Enter the right amount of CALs in the "Quantity"; field that you or the customer is paying for
4.在组策略编辑器中配置许可模式
a. Open the Group Policy Editor (gpedit.msc) b. Computer Configuration > Windows Components > Remote Desktop Services : b.a. Remote Desktop Session Host > Licensing : b.a.i. Use the specified Remote Desktop license servers > Enter the server name b.a.ii. Set the Remote Desktop licensing mode > Enabled > Per User c. You Jan now reboot the server, setup completed.