Try Playground
Show / Hide Table of Contents

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.

  • Windows PowerShell
  • Linux CLI
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 command registers NCache for free Evaluation.
Register-NCacheEvaluation -Key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -FirstName John -LastName Smith -Email john@yourdomain.com -Company your_company_name
  • 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@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 of the machine that is configured to be used by the NCache Service. 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
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

  • This command registers NCache for free Evaluation.
register-ncacheevaluation -key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -firstname John -lastname Smith -email john@yourdomain.com -company your_company_name
  • 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@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 of the machine that is configured to be used by the NCache Service. 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
In This Article
  • Examples of Register-NCacheEvaluation - PowerShell Cmdlet
  • Properties
  • Examples of Register-NCacheEvaluation
  • Properties

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • 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 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top