Register NCache OpenSource
Note
This feature is only available in NCache Open Source.
This registers NCache OpenSource version installed on your machine.
Important
You need to regsiter NCache for server machines only.
Register-NCacheOpenSource [-Key] [-Company] [-Email] [-FirstName] [-LastName] [-Server] [-Port] [-NoLogo]
These properties are explained in detail in the Properties section.
Example
- This command registers NCache with the installation key.
Register-NCacheOpenSource -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 installation key recieved 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 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. | - |