Register-NCacheEvaluation - PowerShell Cmdlet
This PowerShell Cmdlet enables the user to register the NCache installed on a machine for FREE evaluation.
Important
NCache OSS has different parameters in some Cmdlet instances. Please refer to the seperate Open Source PowerShell Reference to ensure intended working in this case.
Register-NCacheEvaluation [-Key] [-Company] [-Email] [-FirstName] [-LastName] [-Server] [-Port] [-RegisterAs] [-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.
Examples of Register-NCacheEvaluation - PowerShell Cmdlet
- This PowerShell Cmdlet registers NCache for free Evaluation.
Register-NCacheEvaluation -Key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -FirstName John -LastName Smith -Email john@yourdomain.com -Company your_company_name
- This PowerShell Cmdlet registers the NCache image to work as a Developer installation when deploying as a Docker container or on a cloud platform.
Register-NCacheEvaluation -Key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -FirstName John -LastName Smith -Email john@yourdomain.com -Company your_company_name -RegisterAs Developer
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 |
-RegisterAs |
<String> |
Specifies the installation type when registering a Docker container or on a cloud image. This parameter is applicable only for Docker or cloud image installations. Acceptable values include 'CacheServer', 'RemoteClient' and 'Developer'. | - |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | True |