# Get-RASLicenseDetails.md

## NAME

Get-RASLicenseDetails

## SYNOPSIS

Retrieves Parallels RAS license details.

## SYNTAX

\*\*Get-RASLicenseDetails \[[UseCache](#usecache-string) *(bool)*] \[*(*[*CommonParameters*](#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 documentation. 
```

## INPUTS

-none-

## OUTPUTS

[License](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/license)

## EXAMPLES

\*\*---------- EXAMPLE 1 ----------

Get-RASLicenseDetails

Retrieves Parallels RAS license details.

## RELATED LINKS

* [Invoke-RASLicenseActivate](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/invoke-raslicenseactivate)
* [Invoke-RASLicenseDeactivate](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/invoke-raslicensedeactivate)
