NewPSSessionConfigurationFileCommand.UserDriveMaximumSize 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.
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