# Install-PoshProToolsLicense

{% hint style="info" %}
Requires [PowerShell Pro Tools](https://ironmansoftware.com/poshtools)
{% endhint %}

## SYNOPSIS

Installs a PowerShell Pro Tools license.

## SYNTAX

```
Install-PoshProToolsLicense -License <String>
```

## DESCRIPTION

Installs a PowerShell Pro Tools license.

## EXAMPLES

### Example 1

```
PS C:\> Install-PoshProToolsLicense -License "<License><Terms>asdfas</Terms></License>"
```

Installs the specified PowerShell Pro Tools license.

## PARAMETERS

### -License

License to install. This should be the content of the license and not a path.

```yaml
Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

## INPUTS

### None

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.poshtools.com/powershell-pro-tools-documentation/powershell-module/install-poshprotoolslicense.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
