NewPSSessionConfigurationFileCommand.UserDriveMaximumSize Property

Definition

Optional parameter that specifies a maximum size in bytes for the User: drive created with the MountUserDrive parameter. If no maximum size is specified then the default drive maximum size is 50MB.

public:
 property long UserDriveMaximumSize { long get(); void set(long value); };
public:
 property long long UserDriveMaximumSize { long long get(); void set(long long value); };
public long UserDriveMaximumSize { get; set; }
[System.Management.Automation.Parameter]
public long UserDriveMaximumSize { get; set; }
member this.UserDriveMaximumSize : int64 with get, set
[<System.Management.Automation.Parameter>]
member this.UserDriveMaximumSize : int64 with get, set
Public Property UserDriveMaximumSize As Long

Property Value

Attributes

Applies to