WSManConfigurationOption Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implementing type for WSManConfigurationOption.
public ref class WSManConfigurationOption : System::Management::Automation::PSTransportOption
public class WSManConfigurationOption : System.Management.Automation.PSTransportOption
type WSManConfigurationOption = class
inherit PSTransportOption
Public Class WSManConfigurationOption
Inherits PSTransportOption
- Inheritance
Properties
IdleTimeoutSec |
IdleTimeout in Seconds. |
MaxConcurrentCommandsPerSession |
MaxConcurrentCommandsPerSession. |
MaxConcurrentUsers |
MaxConcurrentUsers. |
MaxIdleTimeoutSec |
MaxIdleTimeout in Seconds. |
MaxMemoryPerSessionMB |
MaxMemoryPerSessionMB. |
MaxProcessesPerSession |
MaxProcessesPerSession. |
MaxSessions |
MaxSessions. |
MaxSessionsPerUser |
MaxSessionsPerUser. |
OutputBufferingMode |
OutputBufferingMode. |
ProcessIdleTimeoutSec |
ProcessIdleTimeout in Seconds. |
Methods
Clone() |
Clone from ICloneable. (Inherited from PSTransportOption) |
LoadFromDefaults(Boolean) |
Override LoadFromDefaults method. |
LoadFromDefaults(Boolean) |
Sets all the values to default values. If keepAssigned is true only those values are set which are unassigned. (Inherited from PSTransportOption) |
LoadFromDefaults(PSSessionType, Boolean) |
LoadFromDefaults |
LoadFromDefaults(PSSessionType, Boolean) |
Sets all the values to default values. If keepAssigned is true only those values are set which are unassigned. (Inherited from PSTransportOption) |