Register-NCacheOpenSource
This PowerShell cmdlet registers the NCache OpenSource version installed on your machine.
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 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. | - |