Set-SPPLicense

Top  Previous  Next

Sets the license key for third-party products from www.sharepointproducts.com

 

Set-SPPLicense -License <String> [<CommonParameters>]

 

Parameter

Required

Type

Description

License

Yes

System.String

Specifies the license key string to apply

 

Example

Load the license key from a file and apply it to the farm.

 

$license = Get-Content license.txt | Out-String
Set-SPPLicense -License $license -Verbose