Install-PoshProToolsLicense

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.

INPUTS

None

OUTPUTS

System.Object

NOTES

Last updated