Get-NCAzServer
The Get-NCAzServer PowerShell cmdlet displays the list of servers (VMs) that are part of a specified NCache Azure environment.
It retrieves detailed metadata for each VM under the specified environment, including:
- Location
- Name
- PrivateIP
- PublicIp (if applicable)
- ManagementLink (if public IP is enabled)
Get-NCAzureServer -EnvName
Example
This command lists all virtual machines associated with the NCache environment named Production:
Get-NCAzureServer -EnvName Production
Properties
Note
Parameters with an asterisk (*) are required.
| Parameter | Data Type | Description | Default Value |
|---|---|---|---|
-EnvName* |
<String> |
Specifies the name of the NCache environment whose servers you want to list. | - |