Get-NcAzConnectedClients
The Get-NcAzConnectedClients cmdlet retrieves a list of all registered clients connected to the specified NCache server.
Get-NcAzConnectedClients -EnvName [-Server] [-Port]
Example
- This command retrieves all connected clients registered on the server in the Production environment:
Get-NcAzConnectedClients -EnvName Production
- This command retrieves all connected clients registered on server 10.0.0.4 in the Production environment:
Get-NcAzConnectedClients -EnvName Production –Server 10.0.0.4
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
| Parameter | Data Type | Description | Default Value |
|---|---|---|---|
-EnvName* |
<String> |
Specifies the name of the environment where the connected clients should be listed. | - |
-Server |
<String> |
Specifies the server node from which to retrieve the connected clients. | - |
-Port |
<Long> |
Specifies the server port where the NCache Service is listening. | 8250 |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | False |