NewPSSessionOptionCommand.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 System::Management::Automation::SwitchParameter NoCompression { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter NoCompression { get; set; }
member this.NoCompression : System.Management.Automation.SwitchParameter with get, set
Public Property NoCompression As SwitchParameter

Property Value

Applies to