> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/configuration/management-options/setting-for-intune-managed-devices-1/intune-system-settings.md).

# Intune system settings

## Cache

**Name:** Konnekt-Cache

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/Cache
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/Cache
```

**Data type:** String

**Value**&#x20;

```
<enabled/>
<data id="CacheTTL" value="60"/>
<data id="CacheSize" value="1000"/>
```

**Note**

For more information about the policy and setting the value, see [Cache settings](/configuration/system-settings/cache-setting.md)

## Co-Authoring

**Name:** Konnekt-Co-Authoring

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/CoAuthoring
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/CoAuthoring
```

**Data type:** String

**Value options**

```
<enabled/>
```

```
<disabled/
```

**Note**

For more information about the policy, see [Office365 Co-Authoring](/configuration/system-settings/office365-co-authoring.md)

## Offline attribute

**Name:** Konnekt-Offline-Attribute

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/OfflineAttribute
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/OfflineAttribute
```

**Data type:** String

**Value options**

```
<enabled/>
```

```
<disabled/>
```

**Note**

For more information about the policy, see [Offline attribute](/configuration/system-settings/offline-attribute.md)

## Offline attribute filter

**Name:** Konnekt-Offline-Attribute-Filter

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/OfflineAttributeFilter
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/OfflineAttributeFilter
```

**Data type:** String

**Value**&#x20;

```
<enabled/>
<data id="OfflineAttributeFilter" value="your list of extensions, see Note"/>
```

**Note**

For more information about the policy and setting the value, see [Offline attribute filter](/configuration/system-settings/offline-attribute.md#exclude-dedicated-file-types-from-offline-attribute-filter)

## Link scope

**Name:** Konnekt-Link-Scope

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/SharePointLinkScope
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/SharePointLinkScope
```

**Data type:** String

**Value**&#x20;

```
<enabled/>
<data id="SharepointLinkScopeSelect" value="see Note"/>
```

**Note**

For more information about the policy and setting the value, see [Link scope](/configuration/system-settings/link-scope.md)

## Log level

{% hint style="info" %}
Available for KONNEKT 2.1 or newer
{% endhint %}

**Name:** Konnekt-Log-Level

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/LogLevel
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/LogLevel
```

**Data type:** String

**Value**&#x20;

```
<enabled/>
<data id="LogLevelSelect" value="see Note"/>
```

**Note**

For more information about the policy and setting the value, see [Log level](/configuration/system-settings/logging.md)

## Update check

{% hint style="info" %}
Available for KONNEKT 2.1 or newer
{% endhint %}

**Name:** Konnekt-Update-Check

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/UpdateInterval
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~SystemSettings/UpdateInterval
```

**Data type:** String

**Value options**

```
<enabled/>
<data id ="UpdateInterval" value="120"/>
```

```
<disabled/>
```

**Note**

For more information about the policy, see [Update checker](/configuration/system-settings/update-checker.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.konnekt.io/configuration/management-options/setting-for-intune-managed-devices-1/intune-system-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
