> 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.
