Install-NCAzClient
The Install-NCAzClient PowerShell cmdlet installs the NCache client software on the specified virtual machine (VMs) that is part of a specified Azure environment.
This cmdlet obtains the installer URL from the Alachisoft website and deploys the NCache client to each listed VM.
Note
If a VM already has the NCache client installed, it is skipped.
Install-NCAzClient -VmName -Email -ResourceGroupName -Key [-InstallDir] [-SetupPath] [-Version]
Example
This command installs the NCache client on NC-Client-1 in the NC-Production resource group:
Install-NCAzClient -VmName "NC-Client-1" -Email "john_smith@alachisoft.com" -ResourceGroupName "NC-Production" -Key XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Properties
Note
Parameters with an asterisk (*) are required.
| Parameter | Data Type | Description | Default Value |
|---|---|---|---|
-VmName* |
<String> |
Comma-separated names of VMs to install the NCache client on. | - |
-Email* |
<String> |
Email address associated with your NCache registration. | - |
-ResourceGroupName* |
<String> |
Azure Resource Group containing the specified VMs. | - |
-Key* |
<String> |
Product key used for validating the client installer. | - |
-FirstName* |
<String> |
First name of the user requesting the installation. | - |
-LastName* |
<String> |
Last name of the user requesting the installation. | - |
-InstallDir |
<String> |
Directory path on the VM where the NCache client should be installed. | - |
-SetupPath |
<String> |
Directory path on the VM where the NCache setup should be run from. | - |
-Version |
<String> |
Version of NCache to install (e.g., 5.3.6). | 5.3.6 |