Info |
---|
Per User / Per Group Configuration Settings can be made that override the default settings. |
The admin can choose to manage the settings via Group Policy Template Files, or direct registry access, or both.
Direct Registry Settings
Registry Key: HKLM\SOFTWARE\Policies\FSLogix\ODFC
Value Name | Value Type | Default Setting | Description | ||
---|---|---|---|---|---|
AccessNetworkAsComputerObject | DWORD | 0 | 0: default – attach as user. 1 – attach as computer; folder must have permissions for computer objects. | ||
AttachVHDSDDL | REG_SZ | SDDL string representing the ACLs to use when attaching the VHD. See the What are ACLs and SDDL? appendix for more information. | |||
CCDLocations | REG_SZ | See FSLogix Cloud Cache Configuration Settings for details about configuring. | |||
ConcurrentUserSessions | DWORD | 1 | 0: don’t handle concurrent sessions. 1 : handle concurrent sessions.
| ||
DiffDiskParentFolderPath | REG_SZ | %TEMP% | Specifies the path where difference disks will be created (when VHDAccessMode is configured to use them). Variables may be used in this value. Supported variables are %username%, %userdomain%, %sid%, %osmajor%, %osminor%, %osbuild%, %osservicepack%, %profileversion%, %clientname%, and any environment variable. | ||
Enabled (required setting) | DWORD | 0 | 1: O365 Container system enabled. 0: O365 Container system disabled. | ||
FlipFlopProfileDirectoryName | DWORD | 0 | When set to ‘1’ the SID folder is created as “%username%_%sid%” instead of the default “%sid%_%username%”. Note that using this setting has the same effect as setting SIDDirNamePattern = “%username%_%sid%” and SIDDirNameMatch = “%username%_%sid%”. | ||
IncludeOfficeActivation | DWORD | 1 | 1: Office activation data is redirected to the container. 0: Office activation data is not redirected to the container. | ||
IncludeOfficeFileCache | DWORD | 1 | 1: Office Cache Data is redirected to the container. 0: Office Cache Data is not redirected to the container.
| ||
IncludeOneDrive | DWORD | 1 | 1: OneDrive cache is redirected to the container. 0: OneDrive cache is not redirected to the container. | ||
IncludeOneNote | DWORD | 0 | 1: OneNote notebook files are redirected to the container. 0: OneNote notebook files are not redirected to the container. | ||
IncludeOneNote_UWP | DWORD | 0 | 1: OneNote UWP notebook files are redirected to the container. 0: OneNote UWP notebook files are not redirected to the container. | ||
IncludeOutlook | DWORD | 1 | 1: Outlook data is redirected to the container. 0: Outlook data is not redirected to the container. | ||
IncludeOutlookPersonalization | DWORD | 1 | 1: Outlook personalization data is redirected to the container. 0: Outlook personalization data is not redirected to the container. | ||
IncludeSharepoint | DWORD | 1 | 1: Sharepoint data is redirected to the container. 0: Sharepoint data is not redirected to the container. | ||
IncludeSkype | DWORD | 1 | 1: Skype for Business Global Address List is redirected to the container. 0: Skype for Business Global Address List is not redirected to the container. | ||
IncludeTeams | DWORD | 0 | 1: Teams data is redirected to the container. 0: Teams data is not redirected to the container. NOTE: User will be required to sign in to teams at the beginning of each session. | ||
IsDynamic | DWORD | 1 | If set to ‘1’ the VHD(X) that is created will be dynamic. If set to ‘0’ the created VHD(X) will be fixed size. | ||
LockedRetryCount | DWORD | 012 | Specifies the number of retries to perform when a VHD(X) file is locked (open by another process or computer). | ||
LockedRetryInterval | DWORD | 5 | Specifies the number of seconds to wait between retries (set by LockedRetryCount above). | ||
MirrorLocalOSTToVHD | DWORD | 0 |
| ||
NoProfileContainingFolder | DWORD | 0 | If set to ‘1’ the FSLogix O365 Container system will not use or create a SID containing folder for the VHD(X) file. This is intended for situations where the storage provides a location that is already unique per-user. The default settings for matching VHD names will not work correctly if this setting is enabled and VHDs for multiple users are stored in the same location. | ||
NumSessionVHDsToKeep | DWORD | 2 | This setting is used when VHDAccessMode is set to '3'. This controls the number of session VHDs that are persistent. For example, if this is set to '2' and the user creates a 3rd session, a new session VHD will be created and used, but it will be deleted when the 3rd session ends. | ||
OutlookCachedMode | DWORD | 1 | If set to '1' and the O365 Container is successfully attached, the Outlook setting that enables cached mode and length of cache (typically set via an MS GPO) will not be disabled by the registry entry given below. This can be used to ensure that cached mode is only used when the container is attached. '0' prevents FSLogix from doing anything with cached mode.
| ||
OutlookFolderPath | REG_SZ | The path to the user’s Outlook folder. Default is “%userprofile%\AppData\Local\Microsoft\Outlook | |||
ReAttachRetryCount | DWORD | 60 | Specifies the number of times the system should attempt to re-attach the VHD(X) container if it is disconnected unexpectedly. | ||
ReAttachIntervalSeconds | DWORD | 10 | Specifies the number of seconds to wait between retries when attempting to re-attach the VHD(X) container if it is disconnected unexpectedly. | ||
RedirectType | DWORD | 2 | A value of '1' means, "Use legacy redirection". A value of '2' (default) means, "Use FSLogix advanced redirection". | ||
RemoveOrphanedOSTFilesOnLogoff | DWORD | 0 | A value of '0' or lack of this setting results in no action. A value of '1' will cause duplicate OST files to be removed. Please read below in full prior to setting. In rare cases duplicate OST files are created for a user. This circumstance occurs outside of the use of a non-persistent profile. When the profile is stored in the standard file system, administrators may remove Orphaned or Stale OST files by deleting them. Because an OST file in a VHD is not as visible, over long periods of time duplicate OST files may consume incremental disk space. Setting this option to 1 will cause Profile Container and/or Office 365 Container to automatically remove all OST files in a VHD(X) except the OST with the latest modify date. NOTE: an administrator should be very familiar with the use and function of OST files, as well as potential implications, prior to choosing to enable this setting. | ||
RoamSearch | DWORD | 0 | Used to control the FSLogix Search Roaming feature. Set to '1' or '2' to enable the feature. See Roaming the Windows Search Database for details. | ||
SIDDirNameMatch | REG_SZ | %sid%_%username% | Specifies a string pattern used to match (find) the SID directory. Variable names are delimited with '%' characters. Supported variables are %username%, %userdomain%, %sid%, %osmajor%, %osminor%, %osbuild%, %osservicepack%, %profileversion%, %clientname%, and any environment variable.
| ||
SIDDirNamePattern | REG_SZ | %sid%_%username% | Specifies a string pattern used when creating a SID container folder. Variable names are delimited with '%' characters. Supported variables are %username%, %userdomain%, %sid%, %osmajor%, %osminor%, %osbuild%, %osservicepack%, %profileversion% , %clientname%, and any environment variable.
| ||
SizeInMBs | DWORD | 30000 (30 GBs) | Specifies the size of newly created VHD(X) in number of MBs. | ||
VHDAccessMode | DWORD | 0 |
| ||
VHDNameMatch | REG_SZ | ODFC* | Specifies a string pattern used to match (find) the profile VHD(X) file. Variable names are delimited with '%' characters. Supported variables are %username%, %userdomain%, %sid%,%osmajor%, %osminor%, %osbuild%, %osservicepack%, %profileversion%, %clientname%, and any environment variable.
| ||
VHDNamePattern | REG_SZ | ODFC_%username% | Specifies a string pattern used when creating a profile VHD(X) file. Variable names are delimited with '%' characters. Supported variables are %username%, %userdomain%, %sid%,%osmajor%, %osminor%, %osbuild%, %osservicepack%, %profileversion%, %clientname%, and any environment variable. | ||
VHDLocations (required setting) | REG_SZ / MULTI_SZ | A list of file system locations to search for the user’s profile VHD(X) file. If one is not found, one will be created in the first listed location. If the VHD path does not exist it will be created before it checks if a VHD(X) exists in the path. These values can contain variables which will be resolved. Supported variables are %username%, %userdomain%, %sid%, %osmajor%, %osminor%, %osbuild%, %osservicepack%, %profileversion% , and any environment variable. When specified as a REG_SZ value, multiple locations can be separated with a semi-colon. | |||
VHDXSectorSize | DWORD | 0 (system default) | Sector size to use if the file being created is a VHDX. Currently can only be 512 (0x200) or 4096 (0x1000). | ||
VolumeType | REG_SZ | "vhd" | A value of “vhd” means that newly created files should be of type VHD. A value of “vhdx” means that newly created files should be of type VHDX. | ||
VolumeWaitTimeMS | DWORD | 20000 (20 seconds) | Specifies the number of milliseconds the system should wait for the volume to arrive after the VHD(X) has been attached. |
Noprint |
---|