# Configuration Guide: OneDrive - Stability and compliance

## Overview <a href="#configurationguide-onedrive-stabilityandcompliance-overview" id="configurationguide-onedrive-stabilityandcompliance-overview"></a>

For many companies, Microsoft OneDrive has become an essential tool for facilitating and improving employee collaboration. It is imperative, therefore, that IT teams can monitor the status of this application across the organization in terms of performance, stability, adoption, and network connectivity.

## Configure your library pack <a href="#configurationguide-onedrive-stabilityandcompliance-configureyourlibrarypack" id="configurationguide-onedrive-stabilityandcompliance-configureyourlibrarypack"></a>

To get started with this library pack, please ensure all related content is installed and configured appropriately. This page provides guidance on which content is included and how to configure it.

Please keep in mind this is just a guide and represents suggested configurations. You are free to customize and edit content as you see fit based on your specific environment.

## Content and dependencies <a href="#configurationguide-onedrive-stabilityandcompliance-contentanddependencies" id="configurationguide-onedrive-stabilityandcompliance-contentanddependencies"></a>

| Type                | Name                                | Description                                                                                                                                           | Dependencies                                     |
| ------------------- | ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| **Live dashboards** | OneDrive - Stability and compliance | Provides visibility over key performance, adoption, and compliance data points from the OneDrive landscape                                            |                                                  |
| **Remote actions**  | Get OneDrive Status                 | provides additional insights into the installation status of OneDrive clients                                                                         | Required to populate specific dashboard widgets. |
|                     | Get OneDrive Information            | provides additional insights into the cloud storage usage of OneDrive clients                                                                         | Required to populate specific dashboard widgets. |
|                     | Get OneDrive Sync Status            | provides additional insights into the synchronization status of OneDrive.                                                                             | Required to populate specific dashboard widgets. |
|                     | Repair OneDrive                     | Performs a OneDrive repair or reinstallation on the device, mitigating possible sync issues.                                                          |                                                  |
|                     | Restart OneDrive                    | It restarts the OneDrive client which is used to synchronize files and folders. OneDrive will attempt to perform a synchronization after the restart. |                                                  |

## Configuration guide <a href="#configurationguide-onedrive-stabilityandcompliance-configurationguide" id="configurationguide-onedrive-stabilityandcompliance-configurationguide"></a>

To effectively use this library pack, the content must be installed and configured appropriately. Below are some suggested steps to install and configure the content properly before use.

### **Step 1) Install library pack content** <a href="#configurationguide-onedrive-stabilityandcompliance-step1-installlibrarypackcontent" id="configurationguide-onedrive-stabilityandcompliance-step1-installlibrarypackcontent"></a>

Go to the [Nexthink Library](https://nexthink.gitbook.io/opd/user-guide/nexthink-library) and install all required content.

### **Step 2) Configure remote action(s)** <a href="#configurationguide-onedrive-stabilityandcompliance-step2-configureremoteaction-s" id="configurationguide-onedrive-stabilityandcompliance-step2-configureremoteaction-s"></a>

Navigate to the [manage remote action](https://nexthink.gitbook.io/opd/user-guide/remote-actions/managing-remote-actions) administration page to review and edit your remote actions.

We recommend the following configurations for these remote actions:

<table><thead><tr><th>Name</th><th>Trigger</th><th>Schedule query</th></tr></thead><tbody><tr><td>Get OneDrive Status</td><td>Scheduled, weekly</td><td><pre><code>devices
| where operating_system.platform == windows 
and operating_system.name !in [ "*server*"]
</code></pre></td></tr><tr><td>Get OneDrive Information</td><td>Scheduled, weekly</td><td></td></tr><tr><td>Get OneDrive Sync Status</td><td>Scheduled, weekly</td><td></td></tr><tr><td>Repair OneDrive</td><td>Manual, can be triggered on multiple devices</td><td></td></tr><tr><td>Restart OneDrive</td><td>Manual, can be triggered on multiple devices</td><td></td></tr></tbody></table>

## Usage <a href="#configurationguide-onedrive-stabilityandcompliance-usage" id="configurationguide-onedrive-stabilityandcompliance-usage"></a>

To know more about how this dashboard should be used, please refer to the Usage Guide:

[Usage guide: OneDrive - Stability and compliance](/platform/library-packs/collaboration-and-productivity-applications/onedrive-stability-and-compliance/usage-guide_-onedrive-stability-and-compliance.md)


---

# 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.nexthink.com/platform/library-packs/collaboration-and-productivity-applications/onedrive-stability-and-compliance/configuration-guide_-onedrive-stability-and-compliance.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.
