> 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/fr/depannage-et-faq/troubleshooting.md).

# Dépannage

- [Problèmes d’installation de packages](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/package-installation-issues.md): Guide de dépannage des échecs d’installation de packages logiciels
- [Collecte des fichiers journaux](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/package-installation-issues/collecting-logfiles.md): Comment collecter facilement les fichiers journaux nécessaires au dépannage
- [Structure des fichiers journaux](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/package-installation-issues/logfiles-structure.md): Explication détaillée des différents fichiers journaux collectés par RealmJoin
- [Analyse de chocolatey.log](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/package-installation-issues/analysing-chocolatey.log.md): Cette partie se concentrera sur la manière de dépanner les échecs d’installation des packages Chocolatey.
- [Dépannage des packages Chocolatey en échec](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/package-installation-issues/troubleshooting-failed-chocolatey-packages.md): Diagnostiquez les échecs d’installation des packages Chocolatey en comprenant les étapes d’installation et en trouvant les messages d’erreur dans les journaux.
- [Dépannage des packages craft en échec](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/package-installation-issues/troubleshooting-failed-craft-packages.md): Diagnostiquez les échecs d’installation des packages craft en lisant tray.log pour le périmètre utilisateur ou realmjoin.log pour le périmètre système.
- [Corrections des problèmes courants](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/package-installation-issues/fixes-for-common-issues.md): Corrections ciblées pour les problèmes courants d’installation de packages RealmJoin, tels que les erreurs BranchCache, pour des scénarios spécifiques.
- [Débogage intunewin](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/package-installation-issues/intunewin-debugging.md): Déboguer les installations de packages intunewin à l’aide des fichiers journaux RjImeHost, de l’installateur de packages et de Intune Management Extension.
- [Problèmes LAPS](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/laps-issues.md): Dépannage des problèmes LAPS courants
- [Les mots de passe du compte LAPS ne peuvent pas être récupérés](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/laps-issues/laps-account-passwords-cannot-be-retrieved.md): Vérification de Azure Key Vault
- [Les comptes LAPS demandés ne sont pas créés](https://docs.realmjoin.com/fr/depannage-et-faq/troubleshooting/laps-issues/requested-laps-accounts-are-not-being-created.md): Corriger les comptes d’assistance RealmJoin LAPS bloqués à l’état « Requested » en fermant les sessions administrateur à la demande ou en redémarrant l’appareil.


---

# 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/fr/depannage-et-faq/troubleshooting.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.
