> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/enterprise-guide/jp/keeper-msp/migration-of-mcs.md).

# 管理対象企業の移行

管理対象企業、スタンドアロンのエンタープライズ、買収したMSPの移行手順

<figure><img src="https://3468650114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeJwa6ByNJ2qindnPknCW%2Fuploads%2Fgit-blob-f2d894a2d25df2475c33cf3984d949d5a31f4380%2FKeeper%20Managed%20Company%20Migration.jpg?alt=media" alt=""><figcaption></figcaption></figure>

## 移行の概要 <a href="#migration-overview" id="migration-overview"></a>

管理対象企業の移行、スタンドアロンのエンタープライズテナントの変換、買収したMSPの導入に関する手順です。

MSPとエンタープライズの構成間で移行できます。移行はすべてKeeperコマンダーCLIで実行します。MSPでは、コマンダーCLIから複数の管理対象企業 (MC) を同じ手順で繰り返し、大規模に移行できます。

### 移行の種類 <a href="#use-cases" id="use-cases"></a>

* [管理対象企業からMSPへ](/enterprise-guide/jp/keeper-msp/migration-of-mcs/mc-to-msp.md)
* [エンタープライズからMSPへ](/enterprise-guide/jp/keeper-msp/migration-of-mcs/enterprise-to-msp.md)
* [管理対象企業からエンタープライズへ](/enterprise-guide/jp/keeper-msp/migration-of-mcs/mc-to-enterprise.md)
* [MSPからMSPへ](/enterprise-guide/jp/keeper-msp/migration-of-mcs/msp-to-msp.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.keeper.io/enterprise-guide/jp/keeper-msp/migration-of-mcs.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.
