# Configuration guide: Windows 11 - Readiness and migration

## Introduction <a href="#configurationguide-windows11-readinessandmigration-introduction" id="configurationguide-windows11-readinessandmigration-introduction"></a>

This library pack will help you gain the actionable visibility you need to speed up your Windows 11 migration and ensure users can use their upgraded devices without frustration. This page will guide you through the structure of the content

## Content list and dependency <a href="#configurationguide-windows11-readinessandmigration-contentlistanddependency" id="configurationguide-windows11-readinessandmigration-contentlistanddependency"></a>

This library pack contains the following content and dependencies:

| Type                                                                          | Name                                 | Description                                                                                                                                                 | Dependencies                                                       |
| ----------------------------------------------------------------------------- | ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [Live dashboards](https://nexthink.gitbook.io/opd/user-guide/live-dashboards) | Windows 11 - Readiness and migration | Helps to gain the actionable visibility you need to speed up your Windows 11 migration and ensure users can use their upgraded devices without frustration. |                                                                    |
| [Remote actions](https://nexthink.gitbook.io/opd/user-guide/remote-actions)   | Get Windows 11 readiness             | Gets all the necessary information to check if a device is compatible with Windows 11.                                                                      | <ul><li>Required to populate specific dashboard widgets.</li></ul> |
|                                                                               | Get OneDrive sync status             | Gathers OneDrive sync status from the business accounts SyncDiagnostics.log.                                                                                | <ul><li>Required to populate specific dashboard widgets.</li></ul> |
|                                                                               | System Cleanup                       | This remote action remotely cleans up unused files in several Windows system folders.                                                                       |                                                                    |

## Configuration guide <a href="#configurationguide-windows11-readinessandmigration-configurationguide" id="configurationguide-windows11-readinessandmigration-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**

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)**

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 width="233">Schedule query</th><th>Parameters to edit</th></tr></thead><tbody><tr><td>Get Windows 11 readiness</td><td>Scheduled, daily</td><td><pre data-title="Code"><code>1 devices 
2 | where operating_system.platform == Windows
3 and operating_system.name !in ["*server*", "*windows 11*"]
</code></pre></td><td></td></tr><tr><td>Get OneDrive sync status</td><td>Scheduled, daily</td><td><pre data-title="Code"><code>1 devices 
2 | where operating_system.platform == Windows
3 and operating_system.name !in ["*server*", "*windows 11*"]
</code></pre></td><td></td></tr><tr><td>System Cleanup</td><td>Manual, can be triggered on multiple devices</td><td></td><td></td></tr></tbody></table>

## Usage guide <a href="#configurationguide-windows11-readinessandmigration-usageguide" id="configurationguide-windows11-readinessandmigration-usageguide"></a>

Your content is now configured and ready to be used. For usage overview and recommendations, you can visit the usage guide:

[Usage guide: Windows 11 - Readiness and migration](/platform/library-packs/operating-systems/windows-11-readiness-and-migration/usage-guide_-windows-11-readiness-and-migration.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/operating-systems/windows-11-readiness-and-migration/configuration-guide_-windows-11-readiness-and-migration.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.
