# Intune mappings

## Add SharePoint libraries

**Name:** Konnekt-Automatically-Add-All-SharePoint-Libraries

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/AddAllSharepointLibraries
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/AddAllSharepointLibraries
```

**Data type:** String

**Value options**

```
<enabled/>
```

```
<disabled/>
```

**Note**

For more information about the policy, see [Map all document libraries](https://docs.konnekt.io/mappings/auto-mapping#map-all-document-libraries)

## Connect Drive

**Name:** Konnekt-Connect-Drive

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/ConnectDrive
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/ConnectDrive
```

**Data type:** String

**Value options**

```
<enabled/> <data id="DriveSelect" value="F:"/>
```

Disable connect drive mapping

```
<enabled/> <data id="DriveSelect" value="disabled"/>
```

**Note**

Choose value from `F:` to `Z:` For more information about the policy, see [Assign drive letter](https://docs.konnekt.io/configuration/mappings/assign-drive-letters)

## SharePoint site query

**Name:** Konnekt-SharePoint-Site-Query

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/SharepointSiteQuery
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/SharepointSiteQuery
```

**Data type:** String

**Value**&#x20;

```
<enabled/>
<data id="SharepointSiteQuery" value="your query"/>
```

**Note**

For more information about the policy and the query, see [Auto mapping](https://docs.konnekt.io/mappings/auto-mapping#1.-site-scope)

## SharePoint Usage

**Name:** Konnekt-SharePoint-Usage

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/O365SharepointUsage
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/O365SharepointUsage
```

**Data type:** String

**Value options**

```
<enabled/>
```

```
<disabled/>
```

**Note**

For more information about the policy, see [Map default document site libraries](https://docs.konnekt.io/mappings/auto-mapping#map-default-document-site-libraries)

## Multi-Geo

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

**Name:** Konnekt-Multi-Geo

**OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/SharepointMultiGeo
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/SharepointMultiGeo
```

**Data type:** String

**Value options**

```
<enabled/>
```

```
<disabled/>
```

**Note**

For more information about the policy, see [Multi-Geo](https://docs.konnekt.io/configuration/mappings/multi-geo)

## Sharepoint Sites

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

**Name:** Konnekt-SharePoint-Sites

### **OMA-URI**

User context:

```
./User/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/SharepointSites
```

Device context:

```
./Device/Vendor/MSFT/Policy/Config/Konnekt~Policy~Konnekt~Mappings/SharepointSites
```

**Data type:** String

### **Value options**

To map one site, use the following syntax and replace <mark style="color:blue;">\<URL1></mark> with your site/library URL (<mark style="color:blue;">\<URL1></mark> must be added twice as in the following syntax and be separated by "<mark style="color:green;">\&#xF000;</mark>"):

*\<enabled/>*\
*<<mark style="color:red;">data id</mark>="<mark style="color:green;">SharepointSites\_List</mark>" <mark style="color:red;">value</mark>="<mark style="color:blue;">\<URL1></mark><mark style="color:green;">\&#xF000;</mark><mark style="color:blue;">\<URL1></mark>" />*

To map multiple sites, use the following syntax and replace <mark style="color:blue;">\<URL1></mark> with your first site/library URL and <mark style="color:orange;">\<URL2></mark> with your second site/library URL, and so on (each URL should be added twice as in the following syntax):

*\<enabled/>*\
*<<mark style="color:red;">data id</mark>="<mark style="color:green;">SharepointSites\_List</mark>" <mark style="color:red;">value</mark>="<mark style="color:blue;">\<URL1></mark><mark style="color:green;">\&#xF000;</mark><mark style="color:blue;">\<URL1></mark><mark style="color:green;">\&#xF000;</mark><mark style="color:orange;">\<URL2></mark><mark style="color:green;">\&#xF000;</mark><mark style="color:orange;">\<URL2></mark>" />*

To disable the policy

```
<disabled/>
```

### **Example**

#### **Site 1**

* Site URI = [`https://konnektdemo.sharepoint.com/sites/TestSite1`](https://c4a8.sharepoint.com/sites/GKGABSlides/Shared%20Documents/Forms/AllItems.aspx)
* Assigned Name = `TestSite1Name`
* Assigned drive letter = `k:`

KONNEKT URL for this site mapping would be:

*<mark style="color:blue;"><https://konnektdemo.sharepoint.com/sites/TestSite1|TestSite1Name|k>:</mark>*

#### **Site 2**

* Site URI = [`https://konnektdemo.sharepoint.com/sites/TestSite2`](https://c4a8.sharepoint.com/sites/GKGABSlides/Shared%20Documents/Forms/AllItems.aspx)
* Assigned Name = `TestSite2Name`
* Assigned drive letter = `m:`

KONNEKT URL for this site mapping would be:

*<mark style="color:orange;"><https://konnektdemo.sharepoint.com/sites/TestSite2|TestSite2Name|m>:</mark>*

#### **Resulting Intune Policy String Value**

*\<enabled/>*\
*<<mark style="color:red;">data id</mark>="<mark style="color:green;">SharepointSites\_List</mark>" <mark style="color:red;">value</mark>="<mark style="color:blue;"><https://konnektdemo.sharepoint.com/sites/TestSite1|TestSite1Name|k>:</mark><mark style="color:green;">\&#xF000;</mark><mark style="color:blue;"><https://konnektdemo.sharepoint.com/sites/TestSite1|TestSite1Name|k>:</mark><mark style="color:green;">\&#xF000;</mark><mark style="color:orange;"><https://konnektdemo.sharepoint.com/sites/TestSite2|TestSite2Name|m>:</mark><mark style="color:green;">\&#xF000;</mark><mark style="color:orange;"><https://konnektdemo.sharepoint.com/sites/TestSite2|TestSite2Name|m>:</mark>" />*

### **Note**

For more information about the policy and how to set the URL with examples, see [Managed mappings](https://docs.konnekt.io/configuration/mappings/managed-mappings)


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
