> 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/security-and-compliance/workflow-jamf-client-continuity/usage-guide-microsoft-teams-assisted-troubleshooting.md).

# 使用ガイド: Jamf クライアント継続性

{% hint style="warning" %}
このページでは、パックのさまざまな使用方法、使用例を含めて説明しています。

管理者は、インストールされたコンテンツをセットアップしカスタマイズするために[構成ガイド](/platform/ja/library-packs/security-and-compliance/workflow-jamf-client-continuity/configuration-guide-microsoft-teams-assisted-troubleshooting.md)を参照できます。
{% endhint %}

**Jamf クライアントの連続性**ライブラリパックはEUCチームが次のことを可能にします。

* エンドポイントのコンプライアンスおよびセキュリティ問題のリスクを軽減する。
* デバイスの非準拠、性能の低下、その他の問題に関連するチケット（および関連費用）の数を減らす。
* 自動化されたコンプライアンスチェックと是正により、生産性の時間を節約し、ITサポートコストを削減します。

## ライブラリパックの用途

{% hint style="info" %}
このページの[使用例](#use-cases)にジャンプして関連するシナリオの適用を確認してください。
{% endhint %}

ライブラリパックのコンテンツを次の目的で使用してください。

### **可視性** <a href="#visibility" id="visibility"></a>

このライブラリパックは、Jamfクライアントの継続性[ワークフロー](/platform/ja/user-guide/workflows.md)に焦点を当てています。 これは、クライアントの存在、動作状態、Jamfへの接続状況など、Jamfクライアントの健康状態を複数のポイントで静かにチェックします。 ワークフローは検出された問題の大部分を自動的に修正できますが、可能でない場合は、Jamfクライアントのステータスの概要を含むITSMチケットを作成します。

### **ワークフロートリガー** <a href="#workflow-triggering" id="workflow-triggering"></a>

このワークフローは、すべてのJamf管理下のmacOSデバイスでスケジュールで実行するように設計されています。

**スケジュールトリガーの推奨**

1日1回実行するワークフロースケジュールを作成することをお勧めします。

以下の例は、macOSデバイスを選択したときのクエリの外観を示しています。

**NQL:**

{% code lineNumbers="true" %}

```
devices
| where operating_system.platform == macos
| list name, operating_system.name, operating_system.build, last_seen
```

{% endcode %}

## 事前定義されたワークフロー構造とステップ <a href="#workflow-structure" id="workflow-structure"></a>

**Jamfクライアントの継続性**ワークフローは次の主なステップで構成されています:

1. ワークフローは、デバイス上のJamfクライアントからの重要なステータスデータを[取得](#workflow-gets-key-status-data-from-jamf-client-on-a-device)し、Remote Actionを使用します。
2. ワークフローは、デバイス上でJamfクライアントが[実行されていることを確認](#workflow-checks-that-the-jamf-client-is-running-on-the-device)します。
3. ワークフローはデバイスの[JSS接続状況](#check-the-jss-connection-status-of-the-device)をチェックします。
4. ワークフローは[APNS接続](#check-the-apns-connection)状況をチェックします。

### デバイス上のJamfクライアントからキーのステータスデータを取得

'Get Jamf Agent Health' Remote Actionを使用して、ワークフローはJamfクライアントステータス情報のサマリーを取得します: デバイス上のクライアントの存在、および稼働中であれば、Jamfサーバー（JSS）やApple Push Notification Service（APNS）への接続状況。

このデータが取得された後、ワークフローはそれをステップバイステップで処理します。

<figure><img src="/files/JC9RoQmZp9yR6yCLj7OQ" alt=""><figcaption></figcaption></figure>

### デバイス上でJamfクライアントが稼働しているか確認

まず、ワークフローはデバイスにJamfクライアントが存在するか確認します。 存在する場合、ワークフローはJamfクライアントが稼働していることを確認します。 稼働していれば、ワークフローは次のステップに進みます。 そうでない場合、デバイスはJamfクライアントがないものとしてITSMチケットを通じて報告されます。

<figure><img src="/files/46rFFZ0bTAQbrs27YAH0" alt=""><figcaption></figcaption></figure>

### デバイスのJSS接続状況を確認

ワークフローは、クライアントがJamfサーバー（JSS）に接続しているかどうか、そしてAPNS接続が過去5日以内に行われたかどうかをチェックします。 JSSサーバーへの接続がない場合、ワークフローはリモートアクション「Jamf再接続の呼び出し」を使用して再確立しようとします。

<figure><img src="/files/y6bS64xfusSS7JmhDe9P" alt=""><figcaption></figcaption></figure>

その後、「Get Jamf agent health」Remote Actionの別の実行をトリガーして再び接続状況を確認します。 接続がまだ確立されていない場合、このデバイスはJamfクライアントの接続問題としてITSMチケットを通じて報告されます。

<figure><img src="/files/Awykgzv68HQ4hsZJLdoL" alt=""><figcaption></figcaption></figure>

### APNS接続を確認

他の問題が検出された場合、ワークフローはJamfクライアントの問題により影響を受けているデバイスとしてITSMチケットを通じて報告します。 このチケットには検出された問題の概要、そして問題のさらなるトラブルシューティングに役立つ可能性がある「Get Jamf Agent Health」Remote Actionの出力が含まれています。

<figure><img src="/files/ls7OeTJp8kFp2TMjf8Bv" alt=""><figcaption></figcaption></figure>

***

関連トピック

* [ワークフロー: Jamf クライアント継続性](/platform/ja/library-packs/security-and-compliance/workflow-jamf-client-continuity.md)
* [設定ガイド: Jamf クライアント継続性](/platform/ja/library-packs/security-and-compliance/workflow-jamf-client-continuity/configuration-guide-microsoft-teams-assisted-troubleshooting.md)
* [ワークフローの管理](/platform/ja/user-guide/workflows/managing-workflows.md)
* [リモート アクションを管理する](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/ja_docs/user-guide/remote-actions/getting-started-with-remote-actions/managing-remote-actions/README.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:

```
GET https://docs.nexthink.com/platform/ja/library-packs/security-and-compliance/workflow-jamf-client-continuity/usage-guide-microsoft-teams-assisted-troubleshooting.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.
