Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
How to set Remote Desktop Licensing mode for Windows Server 2012 RDS deployment using Windows PowerShell.
February 20, 2013
Q: How do I set the Remote Desktop Licensing mode for my Windows Server 2012 RDS deployment by using Windows PowerShell?
A. To set the licensing server, use the following commands (if you wish to use per device instead of per user, change PerUser to PerDevice):
PS C:> Import-Module RemoteDesktopServices
PS C:> Set-RDLicenseConfiguration -LicenseServer -Mode PerUser -ConnectionBroker
You May Also Like