PowerShell Logo Small

Get-RDLicenseConfiguration



This is the built-in help made by Microsoft for the command 'Get-RDLicenseConfiguration', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Retrieves the current settings for the RD Licensing server and the licensing mode of the Remote Desktop deployment.

SYNTAX


Get-RDLicenseConfiguration [[-ConnectionBroker] <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-RDLicenseConfiguration cmdlet retrieves the current settings for the Remote Desktop Licensing (RDLicensing) server and the licensing mode of the Remote Desktop
deployment.


RDLicensing servers manage the Remote Desktop Services client access licenses (RDS CALs) that each device or user requires to connect to a Remote Desktop Session Host (RD
Session Host) server.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294215
Set-RDLicenseConfiguration

REMARKS

<

Examples


Example 1: Retrieve the Remote Desktop license configuration

PS C:\> Get-RDLicenseConfiguration -ConnectionBroker "Rdcb.Contoso.com"



This command retrieves the Remote Desktop license configuration for the RD Connection Broker server named Rdcb.Contoso.com.