Get-RASLicenseDetails
NAME
Get-RASLicenseDetails
SYNOPSIS
Retrieves Parallels RAS license details.
SYNTAX
Get-RASLicenseDetails [-UseCache <bool>] [<CommonParameters>]
DESCRIPTION
Retrieves Parallels RAS license details
PARAMETERS
-UseCache <bool> Whether to retrieve the number of current licensed users from cache or calculate it on demand.
Required? false
Position? named
Default value False
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 .
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- EXAMPLE 1 ---------- Get-RASLicenseDetails Retrieves Parallels RAS license details.
Last updated