# PEDMコマンド

### 概要

本セクションでは、Keeperコマンダー (CLI) における特権昇格および委任管理 (PEDM) 関連のコマンドを取り扱います。特権昇格ポリシー、エージェント、デプロイ、監査レポートのほか、PEDMエンティティの作成・参照・編集・整理・管理と、コンプライアンス監視を扱います。

現在、以下のコマンドをSDKで利用できます。

* [PEDM同期コマンド](#pedm-sync-command)
* [PEDMデプロイコマンド](/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference/pedm-commands/pedm-deployment-commands.md)
* [PEDMエージェントコマンド](/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference/pedm-commands/pedm-agent-commands.md)
* [PEDMポリシーコマンド](/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference/pedm-commands/pedm-policy-commands.md)
* [PEDMコレクションコマンド](/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference/pedm-commands/pedm-collection-commands.md)
* [PEDM承認コマンド](/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference/pedm-commands/pedm-approval-commands.md)
* [PEDMレポートコマンド](/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference/pedm-commands/pedm-report-commands.md)

***

### PEDM同期コマンド <a href="#pedm-sync-command" id="pedm-sync-command"></a>

バックエンドサーバーからPEDMデータをローカルキャッシュへ同期します。ローカルデータをサーバーと整合させ、増分同期とフル同期の両方のモードで動作します。

<details>

<summary>DotNet CLI</summary>

**コマンド:** 近日公開

</details>

<details>

<summary>DotNet SDK</summary>

**コマンド:** 近日公開

</details>

<details>

<summary>Power Commander</summary>

**コマンド:** 近日公開

</details>

<details>

<summary>Python SDK</summary>

**関数:** `PedmPlugin.sync_down`

```python
from keepersdk.plugin.pedm import admin_plugin

plugin = admin_plugin.PedmPlugin(enterprise_loader)
plugin.sync_down(reload=True)
```

</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/pedm-commands.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.
