• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Register-NCacheEvaluation

This PowerShell cmdlet enables users to register the installed NCache on a machine for a free evaluation period. Users can apply a valid trial or extension key to enable full NCache functionality for a limited time. This cmdlet supports Windows and Linux environments, including Docker containers and cloud deployments on Azure and AWS.

Note

To register for NCache OpenSource, please use the Register-NCacheOpenSource cmdlet.

  • Windows PowerShell
  • Linux CLI
Register-NCacheEvaluation -Key -Email -FirstName -LastName [-Company] [-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

  • This command registers NCache for free Evaluation.
Register-NCacheEvaluation -Key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -FirstName John -LastName Smith -Email john@alachisoft.com -Company alachisoft
  • This command 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@alachisoft.com -Company alachisoft -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 a server name where the NCache Service is running and a cache with the specified cache-name is registered. 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. False
register-ncacheevaluation -key -email -firstname -lastname [-company] [-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

  • This command registers NCache for free Evaluation.
register-ncacheevaluation -key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -firstname John -lastname Smith -email john@alachisoft.com -company alachisoft
  • This command 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@alachisoft.com -company alachisoft -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 a server name where the NCache Service is running and a cache with the specified cache-name is registered. 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. False

Contact Us

PHONE

+1 214-619-2601   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top