Register-NCacheEvaluation
Register-NCacheEvaluation
cmdlet enables the user to register NCache installed on a machine for FREE evaluation and/or evaluation extension.
Note
Evaluation Extension is not available in NCache Open Source.
Register-NCacheEvaluation [-Key] [-Company] [-Email] [-FirstName] [-LastName] [ExtKey] [-Server] [-Port] [-NoLogo]
These properties are explained in detail in the Properties section.
Example
- This command registers NCache for free evaluation.
Register-NCacheEvaluation -Key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -FirstName John -LastName Smith -Email john@alachisoft.com -Company alachisoft
- This command registers NCache for extension if the machine is already in evaluation mode.
Register-NCacheEvaluation -ExtKey XXXXXXXXXXXXXXXX
- This command registers NCache for free evaluation along with the extension of NCache evaluation period.
Register-NCacheEvaluation -Key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -FirstName John -LastName Smith -Email john@alachisoft.com -Company alachisoft -ExtKey XXXXXXXXXXXXXXXX
Properties
Note: The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-Key* |
<String> |
Specifies the evaluation key recieved from Alachisoft. | - |
-ExtKey* |
<String> |
Specifies the extension key recieved from Alachisoft. Note: This parameter is not available in NCache Open Source. |
- |
-FirstName* |
<String> |
Specifies the first name of the user to be registered. | - |
-LastName* |
<String> |
Specifies the last name of the user to be registered. | - |
-Email* |
<String> |
Specifies user's Email ID to be registered. | - |
-Company |
<String> |
Specifies the name of the company to be registered. | - |
-Server |
<String> |
Specifies the server name or server IP of the local machine that is configured to be used by NCache service. This parameter should be given when the machine has more than two network cards. Only the local machine's IP address is accepted. | IP of local machine |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | - |