< Back
Test-ISHContentEditor
Post
NAME Test-ISHContentEditor
SYNOPSIS
Tests if Content Editor license exists for specific domain name.
SYNTAX
Test-ISHContentEditor -Domain <string> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
Test-ISHContentEditor cmdlet tests if Content Editor license exists for specific domain name.
If license for 'com' domain was created then all domains that ends with '.com' will be valid.
In that case localhost.com domain will be valid, but localhost.com.net will be invalid.
PARAMETERS
-Domain <string>
Specifies the domain name to be verified.
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:\\>Test-ISHContentEditor -Domain "localhost" -ISHDeployment $deployment
This command checks if license for domain name 'localhost' exists. Parameter $deployment is a deployment name or
an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
RELATED LINKS
Set-ISHContentEditor
SYNOPSIS
Tests if Content Editor license exists for specific domain name.
SYNTAX
Test-ISHContentEditor -Domain <string> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
Test-ISHContentEditor cmdlet tests if Content Editor license exists for specific domain name.
If license for 'com' domain was created then all domains that ends with '.com' will be valid.
In that case localhost.com domain will be valid, but localhost.com.net will be invalid.
PARAMETERS
-Domain <string>
Specifies the domain name to be verified.
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:\\>Test-ISHContentEditor -Domain "localhost" -ISHDeployment $deployment
This command checks if license for domain name 'localhost' exists. Parameter $deployment is a deployment name or
an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
RELATED LINKS
Set-ISHContentEditor