# PIM 有効化レポート（スケジュール済み）

### 説明

この runbook は、最近の PIM アクティブ化に関する Microsoft Entra ID 監査ログをクエリします。レポートを作成し、メールで送信します。

### 場所

Organization → General → Report Pim Activations (Scheduled)

**ランブックの完全名**

rjgit-org\_general\_report-pim-activations\_scheduled

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**: Microsoft Graph
  * AuditLog.Read.All
  * Mail.Send

### パラメーター

#### sendAlertTo

レポートの受信者のメールアドレス。

| プロパティ | 値                         |
| ----- | ------------------------- |
| 必須    | false                     |
| 既定値   | <support@glueckkanja.com> |
| 種類    | 文字列                       |

#### sendAlertFrom

レポートメールの送信に使用される送信者メールボックスの UPN。

| プロパティ | 値                         |
| ----- | ------------------------- |
| 必須    | false                     |
| 既定値   | <runbook@glueckkanja.com> |
| 種類    | 文字列                       |

[ランブック リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# Agent Instructions: 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/zi-dong-hua/runbooks/runbook-references/org/general/report-pim-activations_scheduled.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.
