# EPM 昇格要求レポート（スケジュール済み）

### 説明

柔軟なフィルタリング オプションを使用して、EPM の昇格要求に関する Microsoft Intune をクエリします。複数のステータス種別と期間によるフィルタリングをサポートします。サマリー統計と詳細な CSV 添付ファイルを含むメール レポートを送信します。

### メール送信に関するセットアップ

このランブックは Microsoft Graph API を使用してメールを送信します。Graph API 経由でメールを送信するには、ランブックのカスタマイズで既存のメール アドレスを構成する必要があります。

この手順については、 [メール レポートのセットアップ](https://github.com/realmjoin/realmjoin-runbooks/tree/master/docs/general/setup-email-reporting.md) ドキュメントで詳しく説明されています。

### 場所

組織 → セキュリティ → EPM 昇格要求のレポート（スケジュール済み）

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

rjgit-org\_security\_report-EPM-elevation-requests\_scheduled

### アクセス許可

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

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

### パラメーター

#### IncludeApproved

ステータスが「Approved」の要求を含める - 要求は管理者によって承認されています。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | True    |
| 種類    | Boolean |

#### IncludeDenied

ステータスが「Denied」の要求を含める - 要求は管理者によって拒否されました。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | True    |
| 種類    | Boolean |

#### IncludeExpired

ステータスが「Expired」の要求を含める - 要求は承認/拒否される前に期限切れになりました。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | True    |
| 種類    | Boolean |

#### IncludeRevoked

ステータスが「Revoked」の要求を含める - 以前に承認された要求が取り消されました。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | True    |
| 種類    | Boolean |

#### IncludePending

ステータスが「Pending」の要求を含める - 承認の決定を待機しています。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | False   |
| 種類    | Boolean |

#### IncludeCompleted

ステータスが「Completed」の要求を含める - 要求は承認され、正常に実行されました。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | False   |
| 種類    | Boolean |

#### MaxAgeInDays

過去 X 日以内に作成された要求をフィルタします（既定値: 30）。注: 要求の詳細は作成後 30 日間、Intune に保持されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | 30    |
| 種類    | Int32 |

#### EmailTo

単一のアドレスでも、カンマ区切りの複数アドレスでも指定できます (文字列)。プライバシー上の理由から、この関数は各受信者に個別のメールを送信します。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### EmailFrom

送信者のメールアドレス。これはランブックのカスタマイズで設定する必要があります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

[ランブック リファレンスの概要に戻る](/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/security/report-epm-elevation-requests_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.
