ContainerAdvancedSettings Class
NAMESPACE
RASAdminEngine.Core.OutputModels.UserProfile.FSLogix
DESCRIPTION
FSLogix Container Advanced Settings
INHERITED FROM
RASSerilazableObj⇒ContainerAdvancedSettings
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
String
AttachVHDSDDL
Specifies the 'SDDL used when attaching the VHD'.
String
DiffDiskParentFolderPath
Specifies the 'Diff disk parent folder path'.
FlipFlopProfileDirectoryName
Specifies the 'Swap SID and username in profile directory names'.
UInt32
LockedRetryCount
Specifies the 'Number of locked VHD(X) retries'.
UInt32
LockedRetryInterval
Specifies the 'Delay between locked VHD(X) retries'.
UInt32
ReAttachIntervalSeconds
Specifies the 'Re-attach interval'.
UInt32
ReAttachRetryCount
Specifies the 'Re-attach retry limit'.
String
SIDDirNameMatch
Specifies the 'User-to-Profile matching pattern'.
String
SIDDirNamePattern
Specifies the 'Profile folder naming pattern'.
String
SIDDirSDDL
Specifies the 'Use SSDL on creation of SID container folder'.
Boolean
UseAccessNetworkAsComputerObject
Specifies if the 'Access network as computer object' option is enabled or disabled.
Boolean
UseAttachVHDSDDL
Specifies if the 'SDDL used when attaching the VHD' option is enabled or disabled.
Boolean
UseDiffDiskParentFolderPath
Specifies if the 'Diff disk parent folder path' option is enabled or disabled.
Boolean
UseFlipFlopProfileDirectoryName
Specifies if the 'Swap SID and username in profile directory names' option is enabled or disabled.
Boolean
UseIgnoreNonAVD
Specifies if the 'Ignore non-AVD sessions' option is enabled or disabled (Experimental).
Boolean
UseLockedRetryCount
Specifies if the 'Number of locked VHD(X) retries' option is enabled or disabled.
Boolean
UseLockedRetryInterval
Specifies if the 'Delay between locked VHD(X) retries' option is enabled or disabled.
Boolean
UseNoProfileContainingFolder
Specifies if the 'Do not create a folder for new profiles' option is enabled or disabled.
Boolean
UseOutlookCachedMode
Specifies if the 'Enable Cached mode for Outlook' option is enabled or disabled.
Boolean
UsePreventLoginWithFailure
Specifies if the 'Prevent logons with failures' option is enabled or disabled.
Boolean
UsePreventLoginWithTempProfile
Specifies if the 'Prevent logons with temp profiles' option is enabled or disabled.
Boolean
UseReAttachIntervalSeconds
Specifies if the 'Re-attach interval' option is enabled or disabled.
Boolean
UseReAttachRetryCount
Specifies if the 'Re-attach retry limit' option is enabled or disabled.
Boolean
UseRedirectType
Specifies if the 'Redirect type' option is enabled or disabled.
Boolean
UseRemoveOrphanedOSTFilesOnLogoff
Specifies if the 'Remove duplicate OST files on logoff' option is enabled or disabled.
Boolean
UseRoamSearch
Specifies if the 'Search roaming feature mode' option is enabled or disabled.
Boolean
UseSIDDirNameMatch
Specifies if the 'User-to-Profile matching pattern' option is enabled or disabled.
Boolean
UseSIDDirNamePattern
Specifies if the 'Profile folder naming pattern' option is enabled or disabled.
Boolean
UseSIDDirSDDL
Specifies if the 'Use SSDL on creation of SID container folder' option is enabled or disabled.
Boolean
UseVHDNameMatch
Specifies if the 'Profile VHD(X) file matching pattern' option is enabled or disabled.
Boolean
UseVHDNamePattern
Specifies if the 'Naming pattern for new VHD(X) files' option is enabled or disabled.
Boolean
UseVHDXSectorSize
Specifies if the 'VHDX sector size' option is enabled or disabled.
Boolean
UseVolumeWaitTimeMS
Specifies if the 'Volume wait time' option is enabled or disabled.
String
VHDNameMatch
Specifies the 'Profile VHD(X) file matching pattern'.
String
VHDNamePattern
Specifies the 'Naming pattern for new VHD(X) files'.
UInt32
VolumeWaitTimeMS
Specifies the 'Volume wait time'.
PUBLIC METHODS
Type
GetType ()
String
ToString ()
Last updated