Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 2.07 KB

File metadata and controls

74 lines (58 loc) · 2.07 KB

DSC Resource 'RemoteDesktopLicensing'

RemoteDesktopLicensing configures RDS licensing server settings and license mode (Per User or Per Device).

When to use 'RemoteDesktopLicensing'

Use this resource when you need to configure Remote Desktop licensing for your RDS deployment. It specifies the licensing server and the licensing mode (Per User or Per Device). RDS licensing is required for production deployments and must comply with Microsoft licensing terms.

Source

DSC Resource

Documentation

Table 1. Attributes of category 'RemoteDesktopLicensing'
Parameter Attribute DataType Description Allowed Values

ConnectionBroker

Mandatory

String

Specifies the RD Connection Broker server for the Remote Desktop deployment.

LicenseServer

String

Specifies the RDS license server. Defaults to the current node name.

LicenseMode

Mandatory

String

Specifies the licensing mode for the RDS deployment.

  • PerUser

  • PerDevice

  • NotConfigured

Example
RemoteDesktopLicensing:
  ConnectionBroker : CB1
  LicenseMode: PerUser