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

# ソフトウェア レポート

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

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

## データソース

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

## 詳細

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

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

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

```
GET https://docs.realmjoin.com/ja/apuri/software-reporting.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.
