> 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/toekusupto/software-reporting.md).

# ソフトウェア レポート

ポータルのソフトウェア レポート機能は、会社内のすべてのデバイスにインストールされているアプリケーションに関する包括的なインサイトを提供します。この機能は、Microsoft Intune と RealmJoin の両方からデータを集約し、ユーザー デバイス上で動作する小さなエージェントを活用して、詳細情報を収集して報告します。

ソフトウェア レポート機能にアクセスするには、ポータルに移動して「Software Reporting」セクションを選択します。ここでは、会社のデバイスにインストールされているすべてのアプリケーションの包括的な一覧と、それぞれの展開方法およびバージョンを確認できます。この情報は、ソフトウェアの最新の在庫を維持し、会社のポリシーへの準拠を確保するために重要です。

## データソース

1. **RealmJoin**: RealmJoin を通じて展開されたアプリケーションに関する情報を収集するため、ユーザー デバイス上の小さなエージェントを使用します。
2. **Microsoft Intune**: Intune 経由で展開されたアプリケーションに関するデータを収集します。

## 詳細

ソフトウェア レポートには、会社のデバイスで見つかった各アプリケーションについて次の主要な詳細が含まれます:

* **アプリケーション名**: インストールされているアプリケーションの名前。
* **展開方法**: アプリケーションの展開に使用された方法。これには次のものが含まれます:
  * **Choco**: Chocolatey を使用して RealmJoin 経由で展開されたアプリケーション。
  * **Win32**: Microsoft Intune を介して展開されたアプリケーション。
  * **Appx**: Windows ストア経由で展開されたアプリケーション。
* **インストール済みバージョン**: デバイスにインストールされているアプリケーションの特定のバージョン。

<figure><img src="/files/dc04a3fd0503f96b666d44dce63abd24599d0eeb" alt=""><figcaption><p>「Adobe Reader」で絞り込んだソフトウェア レポート</p></figcaption></figure>

各エントリについて、特定のバージョンがインストールされているすべてのバージョンとすべてのデバイス / ユーザーを表示できます。結果はフィルター済みのデバイス/ユーザー一覧であり、さらなる利用のためにエクスポートできます（参照 [データ エクスポート](https://docs.realmjoin.com/ugd-management/user-list/data-export)).

<figure><img src="/files/227b707e1f584d3a87265085fc9277161a14b5f4" alt=""><figcaption><p>会社のインベントリ内にある「Adobe Reader」のインストール済み全バージョン</p></figcaption></figure>

<figure><img src="/files/c51336060078e2bd97fef90b6e35da614b4f0554" alt=""><figcaption><p>「Adobe Reader」の同じバージョンがインストールされているすべてのデバイス。さらに処理するためにエクスポートできます。</p></figcaption></figure>

{% hint style="info" %}
**特記事項:**

**自動更新機能を備えたアプリケーション**: 自動更新機能を持つアプリケーションでは、RealmJoin (Choco) として報告されるバージョンは、最初にインストールされたバージョンのみを反映します。最新のバージョンを取得するには、Win32 のエントリも確認する必要があります。
{% endhint %}


---

# 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/toekusupto/software-reporting.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.
