< Back

Set-PVSVdiskProperties

Mon Jan 13, 2020 2:25 am

NAME Set-PVSVdiskProperties



SYNOPSIS

This function will help set the properties of the vDisk inside of Citrix PVS





SYNTAX

Set-PVSVdiskProperties [[-PVSStore] <Object>] [[-PVSSite] <Object>] [[-VdiskName] <Object>] [[-CacheType]

{PrivateMode | CacheOnServer | CacheInDeviceRAM | CacheOnDeviceHD | CacheOnDeviceRAMDisk | CacheOnServerPersistent

| CacheInRAMOverflowToDisk}] [[-LicenseType] {None | MAK | KMS}] [[-CacheSizeInMB] <Object>] [<CommonParameters>]





DESCRIPTION

Simple function to set vDisk properties inside Citrix PVS





PARAMETERS

-CacheSizeInMB <Object>

Size of the cache used for the Citrix PVS vDisk



Required? false

Position? 5

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-CacheType <String>

Select which cache type to use for the Citrix PVS vDisk



Required? false

Position? 3

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-LicenseType <String>

Select which license type to use for the Citrix PVS vDisk



Required? false

Position? 4

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-PVSSite <Object>

This is the name of the Citrix PVS site that is holding your vDisk



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-PVSStore <Object>

This is the name of the vDisk store holding your vDisk for Citrix PVS



Required? false

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-VdiskName <Object>

This is the name of the vDisk inside of Citrix PVS



Required? false

Position? 2

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> {{ Add example code here }}



{{ Add example description here }}



RELATED LINKS