NewPSSessionOptionCommand.NoCompression Property
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.
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; }
[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter NoCompression { get; set; }
member this.NoCompression : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter>]
member this.NoCompression : System.Management.Automation.SwitchParameter with get, set
Public Property NoCompression As SwitchParameter
Property Value
- Attributes