PSSessionOption.NoCompression Property

Definition

If false, underlying WSMan infrastructure will compress data sent on the network. If true, data will not be compressed. Compression improves performance by reducing the amount of data sent on the network. Compression my require extra memory consumption and CPU usage. In cases where available memory / CPU is less, set this property to "true". By default the value of this property is "false".

public:
 property bool NoCompression { bool get(); void set(bool value); };
public:
 property bool NoCompression { bool get(); void set(bool value); };
public bool NoCompression { get; set; }
member this.NoCompression : bool with get, set
Public Property NoCompression As Boolean

Property Value

Applies to