# Get-RASLicenseDetails

### NAME

Get-RASLicenseDetails\ <br>

### SYNOPSIS

Retrieves Parallels RAS license details.\ <br>

### SYNTAX

Get-RASLicenseDetails \[-[UseCache](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Get-RASLicenseDetails.html#UseCache) *\<bool>*] \[*<*[*CommonParameters*](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Get-RASLicenseDetails.html#CommonParameters)*>*]\ <br>

### DESCRIPTION

Retrieves Parallels RAS license details\ <br>

### PARAMETERS

\
-**UseCache \<bool>**\
Whether to retrieve the number of current licensed users from cache or calculate it on demand.\ <br>

```
        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 . 
```

<br>

### INPUTS

-none-

### OUTPUTS

[License](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/License.html)

### EXAMPLES

\
\&#xNAN;**---------- EXAMPLE 1 ----------**\
\
Get-RASLicenseDetails\
\
Retrieves Parallels RAS license details.
