< Back
Get-RDLicenseConfiguration
Post
NAME Get-RDLicenseConfiguration
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>]
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 (RDSession Host) server.
PARAMETERS
-ConnectionBroker [<String>]
Specifies the Remote Desktop Connection Broker (RDConnection Broker) server for this Remote Desktop deployment. If you do not supply a value,
the cmdlet uses the fully qualified domain name (FQDN) of the local computer.
Required? false
Position? 1
Default value none
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Object
-- Mode (string). Remote Desktop licensing mode that you configured for the deployment. Valid values are PerUser and PerDevice.
-- LicenseServer (string[]). FQDN of the Remote Desktop license server that you configured for the deployment.
Example 1: Get the Remote Desktop license configuration
PS C:\\> Get-RDLicenseConfiguration -ConnectionBroker "Rdcb.Contoso.com"
This command gets the Remote Desktop license configuration for the RD?? Connection Broker server named Rdcb.Contoso.com.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=294215
Set-RDLicenseConfiguration
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>]
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 (RDSession Host) server.
PARAMETERS
-ConnectionBroker [<String>]
Specifies the Remote Desktop Connection Broker (RDConnection Broker) server for this Remote Desktop deployment. If you do not supply a value,
the cmdlet uses the fully qualified domain name (FQDN) of the local computer.
Required? false
Position? 1
Default value none
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Object
-- Mode (string). Remote Desktop licensing mode that you configured for the deployment. Valid values are PerUser and PerDevice.
-- LicenseServer (string[]). FQDN of the Remote Desktop license server that you configured for the deployment.
Example 1: Get the Remote Desktop license configuration
PS C:\\> Get-RDLicenseConfiguration -ConnectionBroker "Rdcb.Contoso.com"
This command gets the Remote Desktop license configuration for the RD?? Connection Broker server named Rdcb.Contoso.com.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=294215
Set-RDLicenseConfiguration