Start-NCachePlaygroundProcess - PowerShell Cmdlet
This PowerShell Cmdlet starts the NCachePlayground on the target machine. The default URL is http://localhost:8253/operation.
Start-NCachePlaygroundProcess [-Server] [-Credentials]
Examples of Start-NCachePlaygroundProcess - PowerShell Cmdlet
- This PowerShell Cmdlet starts the NCache Playground Process on local server.
Start-NCachePlaygroundProcess
- This PowerShell Cmdlet starts the NCache Playground Process existing on server 20.200.20.11.
Start-NCachePlaygroundProcess -Server 20.200.20.11
- This command starts the NCache Playground Process existing on servers 20.200.20.11 and 20.200.20.12.
Start-NCachePlaygroundProcess -Server "20.200.20.11,20.200.20.12"
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 a server name where the NCache service is running. | Local Machine. |
-Credentials |
<pscredential> |
Specifies the user credentials required to authorize access for the specified operation. These credentials should belong to a user who has appropriate permissions at the node. | - |