# リスク管理レポートコマンド

### リスク管理コマンド <a href="#risk-management-command" id="risk-management-command"></a>

Keeperのリスク管理ダッシュボード (RMD) APIからリスク管理レポートを生成します。

<details>

<summary>DotNet CLI</summary>

**近日公開**

</details>

<details>

<summary>DotNet SDK</summary>

**近日公開**

</details>

<details>

<summary>PowerCommander</summary>

**コマンド:** `Get-KeeperRiskManagementReport`

**別名:** `risk-report`

**パラメーター**

<table><thead><tr><th width="167.1666259765625">パラメーター</th><th width="167.3333740234375">既定</th><th>説明</th></tr></thead><tbody><tr><td><code>-Action</code></td><td><code>enterprise-stat</code></td><td>実行するレポート操作。Actions の表をご参照ください。</td></tr><tr><td><code>-AuditEventType</code></td><td>—</td><td>監査イベント種別名 (例: <code>"bw_record_high_risk"</code>) または数値 ID。<code>security-alerts-detail</code> のとき必須。利用可能なイベント種別は <code>security-alerts-summary</code> で確認できます。</td></tr><tr><td><code>-BenchmarkFields</code></td><td>—</td><td>設定するベンチマーク項目を <code>NAME:STATUS</code> 形式で指定。<code>security-benchmarks-set</code> のとき必須。</td></tr><tr><td><code>-Format</code></td><td><code>table</code></td><td>出力形式: <code>table</code>、<code>json</code>、または <code>csv</code>。</td></tr><tr><td><code>-Output</code></td><td>—</td><td>レポート出力の書き込み先ファイルパス。省略時はコンソールに表示。</td></tr><tr><td><code>-SyntaxHelp</code></td><td>—</td><td>利用可能なオプションと例を含む構文ヘルプを表示</td></tr></tbody></table>

**Actions**

<table><thead><tr><th width="242.16668701171875">Action</th><th>説明</th></tr></thead><tbody><tr><td><code>enterprise-stat</code></td><td>エンタープライズ全体のサマリー。直近ログインしたユーザー数とレコードを持つユーザー数を表示します。既定の操作です。</td></tr><tr><td><code>enterprise-stat-details</code></td><td>ユーザーごとの内訳。最終ログインのタイムスタンプとボルトにレコードがあるかを表示します。</td></tr><tr><td><code>security-alerts-summary</code></td><td>現在期間と直前 30 日間のセキュリティアラートイベントのサマリー。発生回数、ユニークユーザー数、トレンド指標を含みます。</td></tr><tr><td><code>security-alerts-detail</code></td><td>特定の監査イベント種別のユーザー別詳細。<code>-AuditEventType</code> が必須。各ユーザーの現在期間と前期間の発生回数、最終発生時刻を表示します。</td></tr><tr><td><code>security-benchmarks-get</code></td><td>すべてのエンタープライズセキュリティベンチマークの現在状態を取得します。状態 (<code>RESOLVED</code>、<code>IGNORED</code>、<code>UNRESOLVED</code>)、最終更新時刻、自動解決設定を含みます。</td></tr><tr><td><code>security-benchmarks-set</code></td><td>1 件以上のセキュリティベンチマークの状態を更新します。<code>NAME:STATUS</code> 形式の <code>-BenchmarkFields</code> が必須です。</td></tr></tbody></table>

**セキュリティベンチマーク名**

`security-benchmarks-get` および `security-benchmarks-set` で指定できるベンチマーク名は、表に列挙したとおりです。

| ベンチマーク名                                             | 説明                      |
| --------------------------------------------------- | ----------------------- |
| `SB_DEPLOY_ACROSS_ENTIRE_ORGANIZATION`              | 組織全体へのKeeperの展開         |
| `SB_ENFORCE_STRONG_MASTER_PASSWORD`                 | 強力なマスターパスワードポリシーの適用     |
| `SB_PREVENT_INSTALLATION_OF_UNTRUSTED_EXTENSIONS`   | 信頼できないブラウザ拡張機能のインストール防止 |
| `SB_ENSURE_TWO_FACTOR_AUTHENTICATION_FOR_END_USERS` | エンドユーザー向け二要素認証の有効化      |
| `SB_ENABLE_ACCOUNT_TRANSFER_POLICY`                 | アカウント譲渡ポリシーの有効化         |
| `SB_CONFIGURE_IP_ALLOWLISTING`                      | IP許可リストの設定              |
| `SB_REDUCE_ADMINISTRATOR_PRIVILEGE`                 | 管理者権限の削減                |
| `SB_CREATE_ALERTS`                                  | セキュリティアラートの作成           |
| `SB_ENSURE_OUTSIDE_SSO_ADMINISTRATOR_EXISTS`        | SSO 外の管理者の存在確認          |
| `SB_DISABLE_BROWSER_PASSWORD_MANAGERS`              | ブラウザのパスワードマネージャーの無効化    |
| `SB_LOCK_DOWN_SSO_PROVIDER`                         | SSO プロバイダーのロックダウン       |
| `SB_DISABLE_ACCOUNT_RECOVERY`                       | アカウントリカバリの無効化           |
| `SB_CREATE_AT_LEAST_TWO_KEEPER_ADMINISTRATORS`      | Keeper管理者を少なくとも 2 名作成   |
| `SB_ENFORCE_LEAST_PRIVILEGE_POLICY`                 | 最小権限ポリシーの適用             |
| `SB_ENSURE_TWO_FACTOR_AUTHENTICATION_ADMIN_USERS`   | 管理者ユーザー向け二要素認証の確保       |

有効なベンチマークの状態: `RESOLVED`、`IGNORED`、`UNRESOLVED`

**例:**

{% code overflow="wrap" %}

```powershell
PS >  Get-KeeperRiskManagementReport

Users Enterprise Stat

Metric             Value
------             -----
Logged In (Recent)    11
Has Records           15


PS > Get-KeeperRiskManagementReport -Action enterprise-stat-details

Enterprise Stat Details

Username                               LastLoggedIn        HasRecords
--------                               ------------        ----------
test1@example.com                    2026-03-27 16:50:49       True
test2@example.com                    2026-04-17 10:16:56       True
test3@example.com                    2026-04-16 15:58:02       True

```

{% endcode %}

</details>

<details>

<summary>Python CLI</summary>

**近日公開**

</details>

<details>

<summary>Python SDK</summary>

**近日公開**

</details>


---

# 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.keeper.io/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference/reporting-commands/risk-management-report-command.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.
