# 設定ガイド: Windows 11 - 準備と移行

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

このライブラリパックは、Windows 11 への移行をスピードアップし、ユーザーがアップグレードされたデバイスを使う時の不満なく、必要な実用的な視認性を得るのに役立ちます。 このページは、コンテンツの構造をガイドします。

## コンテンツリストと依存関係 <a href="#configurationguide-windows11-readinessandmigration-contentlistanddependency" id="configurationguide-windows11-readinessandmigration-contentlistanddependency"></a>

このライブラリパックには以下のコンテンツと依存関係が含まれています；

| タイプ                                                                         | 名前                   | 説明                                                                              | 依存関係                                           |
| --------------------------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------- | ---------------------------------------------- |
| [ライブダッシュボード](https://nexthink.gitbook.io/opd/user-guide/live-dashboards)    | Windows 11 - 準備と移行   | Windows 11 への移行をスピードアップし、ユーザーがアップグレードされたデバイスを使う時の不満を無くすために必要な実用的な視認性を得るのに役立ちます。 |                                                |
| [Remote Actions](https://nexthink.gitbook.io/opd/user-guide/remote-actions) | Windows 11 の準備を確認    | デバイスが Windows 11 に互換性があるかどうかを確認するために必要な情報をすべて取得します。                             | <ul><li>特定のダッシュボードウィジェットを表示するのに必要です。</li></ul> |
|                                                                             | OneDrive の同期ステータスを取得 | ビジネスアカウントの SyncDiagnostics.log から OneDrive の同期ステータスを収集します。                      | <ul><li>特定のダッシュボードウィジェットを表示するのに必要です。</li></ul> |
|                                                                             | システムクリーンアップ          | この遠隔操作により、Windows のシステムフォルダ内の未使用ファイルをリモートでクリーンアップします。                           |                                                |

## 設定ガイド <a href="#configurationguide-windows11-readinessandmigration-configurationguide" id="configurationguide-windows11-readinessandmigration-configurationguide"></a>

このライブラリパックを効果的に使用するためには、コンテンツを適切にインストールし、設定する必要があります。 以下は、使用前にコンテンツを適切にインストールおよび設定するための提案された手順です。

### **ステップ 1: ライブラリ パック コンテンツのインストール**

[Nexthink ライブラリ](https://nexthink.gitbook.io/opd/user-guide/nexthink-library)にアクセスして、必要なコンテンツをすべてインストールしてください。

### **ステップ 2: リモート アクションの設定**

[リモート アクションの管理](https://nexthink.gitbook.io/opd/user-guide/remote-actions/managing-remote-actions)管理ページへ進み、リモートアクションをレビューおよび編集してください。

これらのリモートアクションに対して、次の設定をおすすめします:

<table><thead><tr><th>名前</th><th>トリガー</th><th width="233">クエリのスケジュール</th><th>編集するパラメーター</th></tr></thead><tbody><tr><td>Windows 11 の準備を確認</td><td>スケジュール済、毎日</td><td><pre data-title="Code"><code>1 デバイス
2 | where operating_system.platform == Windows
3 and operating_system.name !in ["*server*", "*windows 11*"]
</code></pre></td><td></td></tr><tr><td>OneDrive の同期ステータスを取得</td><td>スケジュール済、毎日</td><td><pre data-title="Code"><code>1 デバイス
2 | where operating_system.platform == Windows
3 and operating_system.name !in ["*server*", "*windows 11*"]
</code></pre></td><td></td></tr><tr><td>システムクリーンアップ</td><td>手動、複数のデバイスでトリガー可能</td><td></td><td></td></tr></tbody></table>

## 使用ガイド <a href="#configurationguide-windows11-readinessandmigration-usageguide" id="configurationguide-windows11-readinessandmigration-usageguide"></a>

コンテンツが設定され、使用できる状態になりました。 使用の概要と推奨事項については、使用ガイドをご覧ください:

[使用ガイド: Windows 11 - 準備と移行](/platform/ja/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/ja/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.
