> 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/collaboration-and-productivity-applications/workflow_-ms-teams-compliance/usage-guide-ms-teams-classic-compliance.md).

# 使用ガイド: MS Teams（クラシック）のコンプライアンス

{% hint style="warning" %}
このページでは、パックの使用方法や使用事例を説明します。

管理者は、[構成ガイド](/platform/ja/library-packs/collaboration-and-productivity-applications/workflow_-ms-teams-compliance/configuration-guide-ms-teams-classic-compliance.md)を参照して、インストールされたコンテンツの設定とカスタマイズを行えます。
{% endhint %}

**MS Teams (クラシック) コンプライアンス** ライブラリパックは、EUCチームが次のことを実現できるようにします:

* **Microsoft Teams**がインストールされ、最新バージョンが実行され、適切に構成されていることを確認します。
* バージョンの不一致やGPUアクセラレーションなど、既知のコンプライアンス問題を自動的に修正します。
* L1サポートチームの手動調査時間を削減します。

## ライブラリパックは使用している

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

以下の目的のためにライブラリパックのコンテンツを使用します。

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

**MS Teams (クラシック) コンプライアンス** ワークフローは、ITチームにすべてのデバイス上のTeamsクラシッククライアントの状態の可視性を提供します。 これには、インストールされているか、最新に保たれているか、組織の構成基準に準拠しているかが含まれます。

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

**MS Teams (クラシック) コンプライアンス** ワークフローは、次のメインステップで構成されています:

1. [ワークフローは、MS Teamsクラシッククライアントのインストールとバージョンステータスを確認します](#the-workflow-checks-for-installation-and-version-status-of-the-ms-teams-classic-client).
2. [キャッシュデータは、『Microsoft Teamsクラシックキャッシュのクリア』リモートアクションを使用して削除されます。](#the-corrupted-or-outdated-cache-data-is-removed-with-the-help-of-the-clear-microsoft-teams-classic-r)
3. [最後に、ワークフローはGPUアクセラレーション設定が有効かどうかを確認し、有効の場合はこれを無効にします。](#when-enabled-the-workflow-will-disable-gpu-acceleration-in-the-classic-ms-teams-client)

#### ワークフローは、MS Teamsクラシッククライアントのインストールおよびバージョンステータスを確認します

このワークフローの開始時に、「Microsoft Teamsクライアントステータス取得」シンクレットが設定されており、リモートアクションを使用してMicrosoft Teamsクライアントのステータス情報の取得を自動化します。

* クライアントがインストールされていないか、古いバージョンである場合、ワークフローはこれを示すチケットを生成します。
* それ以外の場合、ワークフローは次のステップに進みます。

#### キャッシュデータは「Microsoft Teams Classic キャッシュをクリアする」リモートアクションを使用して削除されます。

次のステップでは、ワークフローが「Microsoft Teams Classic キャッシュをクリアする」リモートアクションを使用してキャッシュをクリアします。

#### 有効にされている場合、ワークフローはクラシック MS Teams クライアントでGPUアクセラレーションを無効にします。

ハードウェアGPUアクセラレーションオプションは、従来のMS Teamsクライアントで問題を引き起こすことが知られているため、ワークフローはこの設定が有効になっているかどうかを確認し、有効であれば無効にします。

<figure><img src="/files/IqwNaIRhNLqfRwGhYfYo" alt="" width="375"><figcaption></figcaption></figure>

***

関連トピック

* [ワークフロー: MS Teams（クラシック）のコンプライアンス](/platform/ja/library-packs/collaboration-and-productivity-applications/workflow_-ms-teams-compliance.md)
* [設定ガイド: MS Teams（クラシック）のコンプライアンス](/platform/ja/library-packs/collaboration-and-productivity-applications/workflow_-ms-teams-compliance/configuration-guide-ms-teams-classic-compliance.md)
* [ワークフローを管理する](https://docs.nexthink.com/platform/ja/user-guide/workflows/managing-workflows)
* [キャンペーンを管理する](https://docs.nexthink.com/platform/ja/user-guide/campaigns/managing-campaigns)
* [リモート アクションを管理する](https://docs.nexthink.com/platform/ja/user-guide/remote-actions/getting-started-with-remote-actions)


---

# 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/collaboration-and-productivity-applications/workflow_-ms-teams-compliance/usage-guide-ms-teams-classic-compliance.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.
