Get-ConnectedClients
Note
This feature is only available in NCache Enterprise Edition.
Get-ConnectedClients
cmdlet enables the user to list the connected clients on the given cache server. Please note that this cmdlet only displays the clients that are consuming client licenses activated on this server node. Clients with their own valid license or evaluation are not listed.
Get-ConnectedClients [-Server] [-UserId] [-Password] [-Port] [-NoLogo]
These properties are explained in detail in the Properties section.
Examples
- This command displays all connected clients registered on local machine.
Get-ConnectedClients
- This command displays all connected clients currently registered on the server node 20.200.20.11.
Get-ConnectedClients –Server 20.200.20.11
Properties
Note: The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-Server |
<String> |
Specifies the server node for which the user wants to get the list of clients connected. | - |
-Port |
<Integer> |
Specifies the server port if the server channel is not using the default port. | 8250 |
-UserId (Enterprise edition only) |
<String> |
Specifies the User Id used to authorize a user if security is enabled on cache server. This User Id must be the same as the active directory user credentials. NOTE: This option is only available in Enterprise edition. |
- |
-Password (Enterprise edition only) |
<String> |
Specifies the password against the user Id; to authorize a user if security is enabled on cache server. This password must be the same as active directory password. NOTE: This option is only available in Enterprise edition. |
- |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | False |