> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/sono/troubleshooting.md).

# トラブルシューティング

- [パッケージのインストール問題](https://docs.realmjoin.com/ja/sono/troubleshooting/package-installation-issues.md): ソフトウェア パッケージのインストール失敗に関するトラブルシューティング ガイド
- [ログファイルの収集](https://docs.realmjoin.com/ja/sono/troubleshooting/package-installation-issues/collecting-logfiles.md): トラブルシューティングに必要なログファイルを簡単に収集する方法
- [ログファイルの構造](https://docs.realmjoin.com/ja/sono/troubleshooting/package-installation-issues/logfiles-structure.md): RealmJoin によって収集される各種ログファイルの詳細な説明
- [chocolatey.log の分析](https://docs.realmjoin.com/ja/sono/troubleshooting/package-installation-issues/analysing-chocolatey.log.md): この部分では、chocolatey パッケージのインストール失敗をトラブルシューティングする方法に焦点を当てます。
- [失敗した chocolatey パッケージのトラブルシューティング](https://docs.realmjoin.com/ja/sono/troubleshooting/package-installation-issues/troubleshooting-failed-chocolatey-packages.md): インストールの段階を理解し、ログ内のエラー メッセージを見つけることで、失敗した Chocolatey パッケージのインストールを診断します。
- [失敗した craft パッケージのトラブルシューティング](https://docs.realmjoin.com/ja/sono/troubleshooting/package-installation-issues/troubleshooting-failed-craft-packages.md): ユーザー スコープでは tray.log、システム スコープでは realmjoin.log を確認して、失敗した craft パッケージのインストールを診断します。
- [一般的な問題の修正](https://docs.realmjoin.com/ja/sono/troubleshooting/package-installation-issues/fixes-for-common-issues.md): BranchCache エラーなど、特定のシナリオにおける一般的な RealmJoin パッケージ インストール問題に対する対象別の修正です。
- [Intunewin のデバッグ](https://docs.realmjoin.com/ja/sono/troubleshooting/package-installation-issues/intunewin-debugging.md): RjImeHost、パッケージ インストーラー、Intune Management Extension のログ ファイルを使用して intunewin パッケージのインストールをデバッグします。
- [LAPS の問題](https://docs.realmjoin.com/ja/sono/troubleshooting/laps-issues.md): 一般的な LAPS の問題をトラブルシューティングします
- [LAPS アカウントのパスワードを取得できません](https://docs.realmjoin.com/ja/sono/troubleshooting/laps-issues/laps-account-passwords-cannot-be-retrieved.md): Azure Key Vault を確認
- [要求された LAPS アカウントが作成されません](https://docs.realmjoin.com/ja/sono/troubleshooting/laps-issues/requested-laps-accounts-are-not-being-created.md): オンデマンドの管理者セッションからサインアウトするか、デバイスを再起動して、『Requested』のままになっている RealmJoin LAPS Supporter Accounts を修正します。


---

# 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.realmjoin.com/ja/sono/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.
