# 管理タスク

一般的な KONNEKT 管理タスクの手順ガイド。何かが動作していない原因を特定しようとしている場合は、まず [トラブルシューティングの決定木](https://docs.konnekt.io/troubleshooting) を参照してください。

## アカウントおよび tenant 管理

* [tenant 名を変更する](https://docs.konnekt.io/troubleshooting/how-to-change-the-tenant-name) - 初期の tenant 名から既定のドメイン名に切り替える（KONNEKT 2.9.1 以前に関連）
* [ユーザーの一部をサブスクライブする](https://docs.konnekt.io/troubleshooting/subscribe-a-subset-of-users) - tenant 内の特定のユーザーに KONNEKT アクセスを制限する

## 削除

* [手動アンインストール](https://docs.konnekt.io/troubleshooting/manual-uninstallation) - 標準のアンインストーラーが動作しない場合に KONNEKT を削除する

## 他のセクションにある関連手順

ドキュメントの別の場所にあるが、よく必要になる手順:

### インストールとセットアップ

* [KONNEKT をインストールする](https://docs.konnekt.io/installation/setup) - 対話型およびサイレントインストール
* [Microsoft 365 アカウントを構成する](https://docs.konnekt.io/installation/configure-office-365-account) - KONNEKT をユーザーのアカウントに接続する
* [ソフトウェアの更新](https://docs.konnekt.io/installation/software-updates) - KONNEKT を最新の状態に保つ

### セキュリティと権限

* [tenant 全体の管理者同意を付与する](https://docs.konnekt.io/installation/security/grant-admin-consent-in-enterprise-applications) - KONNEKT に必要な権限に同意する
* [Conditional Access を構成する](https://docs.konnekt.io/installation/security/conditional-access) - Entra ID Conditional Access ポリシーに対する KONNEKT の動作
* [KONNEKT パスを信頼済みサイトとして追加する](https://docs.konnekt.io/troubleshooting/add-konnekt-paths-as-trusted-sites) - Office ファイルをダブルクリックで開くために必要

### サポートと診断

* [デバッグ ログを準備する](https://docs.konnekt.io/troubleshooting/debug-log-preparation) - サポートケース用にログを収集する
* [Graph Explorer でファイルの問題を再現する](https://docs.konnekt.io/troubleshooting/reproduce-file-issues-with-graph-explorer) - Microsoft 365 バックエンドの問題から KONNEKT の問題を切り分ける

## 関連ページ

* [トラブルシューティングの決定木](https://docs.konnekt.io/troubleshooting) - 特定の問題を診断する
* [変更履歴](https://docs.konnekt.io/changelog) - リリース履歴と最近の修正
* [サポート](https://docs.konnekt.io/support) - KONNEKT サポートへの連絡方法


---

# 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.konnekt.io/ja/troubleshooting/tasuku.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.
