PSSessionConfiguration.GetMaximumReceivedDataSizePerCommand Method

Definition

Total data (in bytes) that can be received from a remote machine targeted towards a command. If null, then the size is unlimited. Default is 50MB.

public:
 virtual Nullable<int> GetMaximumReceivedDataSizePerCommand(System::Management::Automation::Remoting::PSSenderInfo ^ senderInfo);

Parameters

senderInfo
PSSenderInfo

User Identity for which this information is requested

Returns

Applies to