> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/macos-collector-references/reporting-the-upn-on-macos.md).

# macOSでのUPNのレポート

Collector は、サインインしているユーザーのユーザー プリンシパル名（UPN）をレポートします。これは `john.doe@company.com` のようなメールアドレス形式の識別子です。 Nexthink は UPN を使用して、デバイスやプラットフォームをまたいで同じユーザーを識別し、サードパーティサービスのデータでユーザーオブジェクトを拡充します。 Spark、AI Tools、およびコネクタベースの拡充は UPN に依存します。

このページでは、Collector が macOS で UPN を取得する方法について説明します。これは、手動インストール、Jamf、Microsoft Intune というすべての macOS デプロイ方法に適用されます。

## Collector による UPN ソースの選択方法

Collector は次のソースを順番に確認し、値を返した最初のソースを使用します。

| 優先度 | ソース                      | Collector が使用する条件                                                                              |
| --- | ------------------------ | ---------------------------------------------------------------------------------------------- |
| 1   | Active Directory バインディング | デバイスがオンプレミスの Active Directory ドメインに参加している場合。これは最も信頼性の高いソースです。                                  |
| 2   | プラットフォーム SSO             | デバイスが Entra ID およびプラットフォーム SSO を使用して Microsoft Intune に登録されており、Active Directory にバインドされていない場合。 |
| 3   | Jamf Connect             | Jamf Connect をデプロイしており、上記のいずれのソースも該当しない場合。                                                     |

Active Directory バインディングは、デプロイ方法に依存しません。バインドされたデバイスでは、デバイスが Intune にも登録されている場合や Jamf で管理されている場合でも、Collector は Active Directory の UPN をレポートします。

Collector は、これらのソースのいずれにも該当しないローカルアカウントについては UPN をレポートしません。

## ソースの要件

### Active Directory バインディング

デバイスがオンプレミスの Active Directory ドメインに参加していること。 Collector は、デバイス上の Active Directory にバインドされた ID レコードから UPN を読み取ります。

### プラットフォーム SSO

このソースには、次の要件があります。

* Microsoft Entra ID とプラットフォーム SSO が構成された、Microsoft Intune で管理されている macOS デバイス。
* Collector バージョン 26.8 以降。

Collector は、プラットフォーム SSO がデバイス上で維持するローカル ID レコードから UPN を読み取ります。このソースには、Collector の追加設定は必要ありません。

ユーザーがオンラインでもオフラインでも、Collector は UPN を読み取ります。また、プラットフォーム SSO がパスワード認証と Secure Enclave を利用した認証のどちらを使用している場合でも動作します。

[Intune での Collector のデプロイ](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-macos/intune-deployment-tp.md)ページを参照してください。

### Jamf Connect

Collector は、ユーザーのサインイン後に Jamf Connect がデバイスに保存する ID 情報から UPN を読み取ります。 Collector は、Jamf Connect で管理されていないローカルアカウントについては UPN をレポートしません。

[Jamf での Collector のデプロイ](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-macos/jamf-deployment-tp.md)ページを参照してください。

## UPN レポートを有効にする

Collector は、\*\*ユーザー プリンシパル名（UPN）\*\*設定が有効な場合にのみ UPN をレポートします。 macOS デバイスに適用されるデバイス設定プロファイルで、この設定を確認してください。[デバイス設定プロファイル](/platform/ja/user-guide/administration/system-configuration/data-management/device-configuration-profiles.md)ページを参照してください。

デバイス設定プロファイルに移行していないデバイスでは、Collector の組み込みデフォルトは `no_import` であり、UPN はレポートされません。 [Collector レベルの匿名化の設定（クラシック）](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/configuring-collector-level-anonymization/configuring-collector-level-anonymization-classic.md)ページを参照してください。


---

# 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.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/macos-collector-references/reporting-the-upn-on-macos.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.
