PowerShell Fields |
The PowerShell type exposes the following members.
Name | Description | |
---|---|---|
DEFAULT_APP_NAME |
The default application name used when making a PowerShell connection.
| |
DEFAULT_MAX_RUNSPACES_IN_POOL |
The default maximum number of runspaces a pool can grow to during it's lifetime.
| |
DEFAULT_MIN_RUNSPACES_IN_POOL |
The default minimum number of runspaces initialized when a pool is created.
| |
DEFAULT_OPEN_TIMEOUT_IN_SEC |
The default length of time in seconds that a PowerShell connection has to open a connection before timing out.
| |
DEFAULT_OPERATION_TIMEOUT_IN_SEC |
The default length of time in seconds that a PowerShell operation has to complete before timing out.
| |
DEFAULT_PORT_NUMBER |
The default port number used by PowerShell connections.
| |
DEFAULT_PORT_NUMBER_SSL |
The default port number used by SSL based PowerShell connections.
| |
DEFAULT_SHELL_URI |
The default shell URI used by PowerShell connections.
|