Skip to content

How to Configure RDS Per User Licensing Mode Print

  • 0

Applies to: Windows Server 2019, Windows Server 2022, and Windows Server 2025.

Per User licensing associates RDS access rights with named users and requires accurate domain and compliance administration.

Prerequisites

  • Administrative access to the affected Windows Server hosts.
  • A tested backup or documented rollback point.
  • An approved maintenance window for production systems.

Step-by-step configuration

  1. Confirm the organization owns sufficient Per User RDS CALs.
  2. Install and activate an RD Licensing server.
  3. Install the correct CAL pack and version.
  4. Configure the deployment or GPO for Per User mode.
  5. Run licensing diagnostics on every session host.

PowerShell and command-line procedure

$ts=Get-CimInstance -Namespace root/CIMV2/TerminalServices -ClassName Win32_TerminalServiceSetting
$ts | Invoke-CimMethod -MethodName ChangeMode -Arguments @{LicensingType=4}
gpupdate /force

Verification

Licensing Diagnoser identifies Per User mode, the intended licensing server, and no grace-period dependency.

Rollback

Return to the previous legally licensed mode through deployment properties or policy after confirming entitlement.

Security and operational guidance

  • Apply least privilege and document every production change.
  • Test the procedure in an isolated environment before broad deployment.
  • Replace all example names, paths, and TEST-NET addresses with approved production values.
  • Monitor relevant Windows event logs after the change.

Related resources

Deploy or manage Canadian Windows VPS infrastructure with networkmanager.info. Validate production decisions against the official Microsoft Windows Server documentation.


Was this answer helpful?

« Back