CCD Locations
Supported on: v2105 or later
Registry
Software\Policies\FSLogix\ODFC Options
CCDLocations text Description
CCDLocations are formatted using a type and a connectionString separated using a ; as the delimiter. The type will accept either smb or azure. The connectionString for smb type must include the full UNC path to the file share. The connectionString for azure type should be secured as per the documentation (https://aka.ms/fslogix). The strings are case sensitive. - CCDLocations using SMB: type=smb,name="SMB Share 1",connectionString=\\<server 1 fqdn>\<share name>;type=smb,name="SMB Share 2"connectionString=\\<server 2 fqdn>\<share name> - CCDLocations using Azure (secure): type=smb,name="SMB Share 1",connectionString=\\<server 1 fqdn>\<share name>;type=azure,name="Azure Blob 1",connectionString="|fslogix/stgacct1-connectionstring|" Registry Entry: HKLM\SOFTWARE\Policies\FSLogix\ODFC\CCDLocations Type: REG_SZ