PSSessionConfiguration.GetMaximumReceivedDataSizePerCommand Method
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.
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);
public virtual int? GetMaximumReceivedDataSizePerCommand (System.Management.Automation.Remoting.PSSenderInfo senderInfo);
abstract member GetMaximumReceivedDataSizePerCommand : System.Management.Automation.Remoting.PSSenderInfo -> Nullable<int>
override this.GetMaximumReceivedDataSizePerCommand : System.Management.Automation.Remoting.PSSenderInfo -> Nullable<int>
Public Overridable Function GetMaximumReceivedDataSizePerCommand (senderInfo As PSSenderInfo) As Nullable(Of Integer)
Parameters
- senderInfo
- PSSenderInfo
User Identity for which this information is requested