> For the complete documentation index, see [llms.txt](https://docs.intunemacadmins.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intunemacadmins.com/baseline-settings-for-intune/settingsoverview/onedriveserviceandaccess.md).

# OneDrive Service and Access

{% hint style="info" %}
Click on the link to download the JSON file from [GitHub](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/blob/main/MACOS/NativeImport/MacOS%20-%20OIB%20-%20Microsoft%20OneDrive%20-%20D%20-%20Service%20and%20Access%20-%20v1.0.json)
{% endhint %}

## Service Management - Managed Login Items

| Setting    | Value                          |
| ---------- | ------------------------------ |
| Comment    | OneDrive Launcher              |
| Rule Value | com.microsoft.OneDriveLauncher |
| Rule Type  | Bundle Identifier Prefix       |

## Privacy Preferences Policy Control

| Setting          | Value                                                                                                                                                                                                                                               |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Allowed          | True                                                                                                                                                                                                                                                |
| Authorization    | Allow                                                                                                                                                                                                                                               |
| Static Code      | False                                                                                                                                                                                                                                               |
| Code Requirement | identifier "com.microsoft.OneDrive" and anchor apple generic and certificate 1\[field.1.2.840.113635.100.6.2.6] /\* exists \*/ and certificate leaf\[field.1.2.840.113635.100.6.1.13] /\* exists \*/ and certificate leaf\[subject.OU] = UBF8T346G9 |
| Identifier Type  | bundle ID                                                                                                                                                                                                                                           |
| Identifier       | com.microsoft.OneDrive                                                                                                                                                                                                                              |

## System Extensions

| Setting                   | Value                             |
| ------------------------- | --------------------------------- |
| Team Identifier           | UBF8T346G9                        |
| Allowed System Extensions | com.microsoft.OneDrive.FinderSync |


---

# 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.intunemacadmins.com/baseline-settings-for-intune/settingsoverview/onedriveserviceandaccess.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.
