Offline attribute
Last updated
Last updated
Files provided by KONNEKT are marked with the offline attribute (see also FILE_ATTRIBUTE_OFFLINE). This offline attribute signals to other system components like the Windows Explorer that the file is not locally available. This prevents components like preview, search and indexing from accessing the files.
Marking files with the offline attribute therefore saves bandwidth between the KONNEKT client and SharePoint Online. The downside of this is, that no thumbnails or previews (e.g. of pictures) are rendered in Windows Explorer. Sometimes Windows Explorer also shows a grey X on files that are marked offline (see also Why is there a grey "X" or "brown suitcase" on my files and folders?).
By default, KONNEKT marks all files (besides PDF) as offline. This policy allows to change this behavior.
Disabling the offline attribute for some file types allows the Windows Explorer to show preview information for the files, at the cost of more network traffic and possible slower response times when browsing through directories. It is also increasing the risk of SharePoint Throttling.
Therefore, please disable the offline attribute with care and only for environments that have a good connection to Office 365.
This policy controls if all files handeled by KONNEKT will be marked with the offline attribute.
GPO Policy Name: "Offline Attribute"
Key Name: EnableOfflineAttribute
(REG_DWORD)
Values
This policy is applicable to version 2.0 and above
This policy controls which file types will not be marked with an offline attribute.
GPO Policy Name: "Offline Attribute Filter"
Key Name: OfflineAttributeFilter
(REG_SZ)
Values
Example for <filetypes>: pdf|png|jpg|jpeg
manually by adding the key in the registry under machine or user registry settings
via GPO, see settings via GPO
pushing policies via Intune, see settings for Intune Managed Devices
Policies stored in:
HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt
GPO-setting
Value
Behavior
Not configured
N/A
All file-types (besides PDF) handeled by KONNEKT will be marked as offline.
Enable
(default)
1
All file-types (besides PDF) handeled by KONNEKT will be marked as offline.
Disabled
0
All file-types handeled by KONNEKT will be marked as online.
GPO-setting
Value
Behavior
Not configured
N/A
Only PDF files are excluded from offline attribute.
Enable
<filetypes>
The specified file-extensions (separated by | ) are excluded from offline attribute.
Disabled
N/A
(Key not present)
Only PDF files are excluded from offline attribute.