< Back

Set-ISHContentEditor

Wed Jan 15, 2020 8:36 am

NAME Set-ISHContentEditor



SYNOPSIS

Sets new license for Content Editor.





SYNTAX

Set-ISHContentEditor -Domain <string> -LicenseKey <string> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Set-ISHContentEditor cmdlet sets new license for Content Editor using domain name and license key parameters.





PARAMETERS

-Domain <string>

Specifies the domain name for license.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LicenseKey <string>

Specifies the license key value.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ISHDeployment <ISHDeployment>

Specifies the name or instance of the Content Manager deployment.



Required? false

Position? named

Default value

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



---------- EXAMPLE 1 ----------



PS C:\\>Set-ISHContentEditor -ISHDeployment $deployment -Domain "localhost" -LicenseKey "123445345342331313432423"



This command sets new license for Content Editor using domain name and license key. Parameter $deployment is a

deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.



RELATED LINKS

Test-ISHContentEditor