Set Windows 2012 RDS Licensing Mode using PowerShell

How to set Remote Desktop Licensing mode for Windows Server 2012 RDS deployment using Windows PowerShell.

John Savill

February 20, 2013

1 Min Read
Set Windows 2012 RDS Licensing Mode using PowerShell

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 

 

About the Author

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.

You May Also Like