> 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/toraburushtinguto-faq.md).

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

- [FAQ](https://docs.realmjoin.com/ja/toraburushtinguto-faq/faq.md): RealmJoin FAQ: 独自のソフトウェア パッケージと runbooks の保守、想定される Azure リソース コスト、RealmJoin と Microsoft Intune の連携方法。
- [トラブルシューティング](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting.md): LAPS アカウントの問題やパッケージ インストール失敗を含む、一般的な RealmJoin の問題のトラブルシューティング。
- [パッケージ インストールの問題](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/package-installation-issues.md): ソフトウェア パッケージのインストール失敗に関するトラブルシューティング ガイド
- [ログファイルの収集](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/package-installation-issues/collecting-logfiles.md): トラブルシューティングに必要なログファイルを簡単に収集する方法
- [ログファイルの構成](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/package-installation-issues/logfiles-structure.md): RealmJoin によって収集される各種ログファイルの詳細な説明
- [chocolatey.log の分析](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/package-installation-issues/analysing-chocolatey.log.md): この項目では、失敗した chocolatey パッケージのインストールをどのようにトラブルシュートするかに焦点を当てます。
- [失敗した chocolatey パッケージのトラブルシューティング](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/package-installation-issues/troubleshooting-failed-chocolatey-packages.md): インストール段階を理解し、ログ内のエラーメッセージを見つけることで、失敗した Chocolatey パッケージのインストールを診断します。
- [失敗した craft パッケージのトラブルシューティング](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/package-installation-issues/troubleshooting-failed-craft-packages.md): ユーザー スコープでは tray.log、システム スコープでは realmjoin.log を読むことで、失敗した craft パッケージのインストールを診断します。
- [一般的な問題の修正](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/package-installation-issues/fixes-for-common-issues.md): BranchCache エラーなど、特定のシナリオにおける一般的な RealmJoin パッケージ インストール問題への個別対応の修正。
- [Intunewin のデバッグ](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/package-installation-issues/intunewin-debugging.md): RjImeHost、パッケージ インストーラー、Intune Management Extension のログ ファイルを使用して intunewin パッケージのインストールをデバッグします。
- [LAPS の問題](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/laps-issues.md): 一般的な LAPS の問題のトラブルシューティング
- [LAPS アカウントのパスワードを取得できません](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/laps-issues/laps-account-passwords-cannot-be-retrieved.md): Azure Key Vault の確認
- [要求された LAPS アカウントが作成されない](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/laps-issues/requested-laps-accounts-are-not-being-created.md): オンデマンド管理セッションからサインアウトするかデバイスを再起動して、「Requested」のまま停止している RealmJoin LAPS Supporter Accounts を修正します。
- [オフボーディング](https://docs.realmjoin.com/ja/toraburushtinguto-faq/offboarding.md): テナントから RealmJoin をオフボードする方法。Intune のみの導入と完全な RealmJoin 導入の両方、およびテナント削除がデータ、ポータル アクセス、デバイスに与える影響を扱います。


---

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