> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/library-packs/operating-systems/macos-and-windows-experience-comparison/configuration-guide-macos-and-windows-experience-comparison.md).

# 設定ガイド: macOSとWindowsの経験比較

{% hint style="warning" %}
このページの構成オプションは[管理者](https://docs.nexthink.com/platform/ja/user-guide/administration/account-management/roles#roles-administration)のみが見ることができます。

ライブラリのコンテンツを標準ユーザーとして使用するには、[使用ガイド: macOS と Windows の体験の比較](/platform/ja/library-packs/operating-systems/macos-and-windows-experience-comparison/usage-guide-macos-eand-windows-experience-comparison.md) を参照してください。
{% endhint %}

このライブラリパックは、macOS オペレーティングシステムの安定性、コンプライアンス、およびパフォーマンスを確保するための監視と管理を支援します。 このページは、コンテンツの構造についてガイドします。

## **前提条件** <a href="#documentation-pre-requisites" id="documentation-pre-requisites"></a>

このライブラリパックには、次の必要な[拡張製品](https://docs.nexthink.com/platform/ja/overview/products)からのコンテンツが含まれています:

* [従業員エンゲージメント - キャンペーン](https://docs.nexthink.com/platform/ja/user-guide/campaigns)

{% hint style="info" %}
これらの製品のいくつかは、各コンテンツへのデフォルトのアクセスを提供し、[拡張製品](https://docs.nexthink.com/platform/ja/overview/products)なしでも使用できます。

デフォルトの拡張製品の閾値について詳しくは、[拡大ドキュメンテーション](https://edocs.nexthink.com/nexthink-infinity/infinity-specifications/nexthink-infinity-default-thresholds-overview)をご覧ください。
{% endhint %}

## **含まれるコンテンツと依存関係** <a href="#operatingsystems-stability-security-andcompliance-configurationguide-contentlistanddependency" id="operatingsystems-stability-security-andcompliance-configurationguide-contentlistanddependency"></a>

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

<table><thead><tr><th width="172">タイプ</th><th width="152">名前</th><th width="197">説明</th><th>依存関係</th></tr></thead><tbody><tr><td><a href="https://docs.nexthink.com/platform/ja/user-guide/live-dashboards">ライブダッシュボード</a></td><td><strong>macOS の体験とパフォーマンス</strong></td><td>macOS オペレーティングシステムを監視および管理し、その安定性、コンプライアンス、パフォーマンスを確保するのに役立ちます。</td><td>無し</td></tr><tr><td><a href="https://docs.nexthink.com/platform/ja/user-guide/remote-actions">リモートアクション</a></td><td><strong>バッテリー ステータスを取得</strong></td><td>ラップトップにインストールされたバッテリーの健康状態を返します。</td><td>特定のダッシュボードウィジェットを入力するのに必要です。</td></tr></tbody></table>

## macOS のコンプライアンス設定

{% hint style="info" %}
この提案された設定ステップを適応させて、組織のニーズに応じてコンテンツを編集およびカスタマイズしてください。
{% endhint %}

Skynet をシステムにインストールするための手順に従ってください:

* 設定前 - [Nexthink Library](https://docs.nexthink.com/platform/ja/user-guide/nexthink-library)からライブラリパックコンテンツをインストールします
* [ステップ 1 - リモートアクションを設定する](#step-1-configure-remote-actions)

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

リモートアクションを確認および編集するには、[manage remote actions](/platform/ja/user-guide/remote-actions/setting-up-and-managing-remote-actions/managing-remote-actions.md) 管理ページに移動します。

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

<table><thead><tr><th width="153">名前</th><th>トリガー</th><th width="298">スケジュールクエリ</th></tr></thead><tbody><tr><td><strong>バッテリー ステータスを取得</strong></td><td>スケジュール済み、毎日</td><td><pre data-title="Code"><code>1 devices
2 | where operating_system.platform == macos
</code></pre></td></tr></tbody></table>

***

関連トピック

* [macOS と Windows の体験の比較](/platform/ja/library-packs/operating-systems/macos-and-windows-experience-comparison.md)
* [使用ガイド: macOS と Windows の体験の比較](/platform/ja/library-packs/operating-systems/macos-and-windows-experience-comparison/usage-guide-macos-eand-windows-experience-comparison.md)


---

# 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.nexthink.com/platform/ja/library-packs/operating-systems/macos-and-windows-experience-comparison/configuration-guide-macos-and-windows-experience-comparison.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.
