WSManConfigurationOption Class

Definition

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
WSManConfigurationOption

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)

Applies to