Register NCache Evaluation
Note
This feature is only available in NCache Enterprise and Professional.
This enables the user to register NCache installed on a machine for FREE 60-day evaluation.
Register-NCacheEvaluation [-Key] [-Company] [-Email] [-FirstName] [-LastName] [-Server] [-Port] [-NoLogo]
Note
If you are using NCache Enterprise Cloud, an installation key is provided specific to the cloud vendor (Azure and AWS). Evaluation can only be registered by the cloud vendor using the issued key on a VM inside that cloud environment. The key cannot be used from a machine where there is no internet connection.
Example
This command registers NCache with the installation key for the user to get free 60-day domain specific evaluation.
Register-NCacheEvaluation -Key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -FirstName John -LastName Smith -Email john@yourdomain.com -Company your_company_name
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 received from Alachisoft. | - |
-Company |
<String> |
Specifies the name of the company to be registered. | - |
-Email* |
<String> |
Specifies user's Email ID to be registered. | - |
-FirstName* |
<String> |
Specifies the first name of the user to be registered. | - |
-LastName* |
<String> |
Specifies the last name of the user to be registered. | - |
-Server |
<String> |
Specifies the server name or server IP of the machine that is configured to be used by the NCache Service. | IP of local machine |
-Port |
<Long> |
Specifies the server port where NCache Service is listening. | 8250 |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | True |