Register-NCacheOpenSource
This PowerShell cmdlet is required to register the free NCache OpenSource version installed on your machine, provided you haven't already registered it using the Installation Wizard.
Note
To register for NCache Enterprise or Community, please use the Register-NCacheEvaluation or Register-NCache cmdlets.
Register-NCacheOpenSource -Key [-Company] -Email -FirstName -LastName [-Server] [-Port] [-NoLogo]
Examples
This command registers NCache with the installation key.
Register-NCacheOpenSource -Key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -FirstName John -LastName Smith -Email john@yourdomain.com -Company Alachisoft
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 installation 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 IP address of the machine that is configured to be used by the NCache Service. | IP of local machine |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | False |