> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/ja/installation/setup.md).

# セットアップ

{% hint style="info" %}
インストールまたは更新の後は、デバイスを再起動することをお勧めします。
{% endhint %}

## セキュリティ

KONNEKT をセットアップするには、まず次のセキュリティ要件を満たす必要があります:

* 管理者の同意
* Conditional Access の設定（使用している場合）

ご覧ください [こちらから](/ja/installation/security.md) の詳細。

## 現在のセットアップファイルをダウンロード

KONNEKT の最新バージョンを入手できます [こちらから](https://trial.konnekt.io/).

（管理者として）KONNEKT に対してテナント全体の同意を付与したい場合は、次をご覧ください [こちらから](/ja/installation/security/grant-admin-consent-in-enterprise-applications.md)

## 対話型インストール

{% hint style="warning" %}
この KONNEKT セットアップにはローカル管理者権限が必要です。
{% endhint %}

MSI ファイルを対話的に実行して KONNEKT をインストールできます。セットアップ ダイアログが起動します:

<figure><img src="/files/6d697b387a1de27a7c994658839c8ba9c008c8f9" alt=""><figcaption></figcaption></figure>

［次へ］をクリックします。

<figure><img src="/files/d2e7cbfe9a19c0826c1e276f40dedc92063b8dbd" alt=""><figcaption></figcaption></figure>

ライセンス条項に同意し、［次へ］をクリックします。

<figure><img src="/files/40f373b78f3a3073e24bab1f1f5880a40ece0198" alt=""><figcaption></figcaption></figure>

その後、ライセンスキーを入力できます。

{% hint style="info" %}
ライセンスキーを入力しない場合、14日間の試用版が開始されます。
{% endhint %}

<figure><img src="/files/1864ebf6b3955f1dda353592b29716bc4cb693c8" alt=""><figcaption></figcaption></figure>

KONNEKT はセットアップを開始する準備ができました。

<figure><img src="/files/968089c437e29162e028fbb0bae8c66eb0951f3d" alt=""><figcaption></figcaption></figure>

［完了］をクリックしてセットアップを完了します。

インストールが正常に完了すると、Microsoft 365（以前の Office 365）アカウントに接続し、テナント内に Enterprise Application を作成するために必要な権限を付与するポップアップ ウィンドウが自動的に表示されます（下のスクリーンショットを参照）。

<figure><img src="/files/4597b9d90c103376c0d3f80447acbf601afb0b43" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/e41e297b934c484f797c602f69b211c2292e5fe0" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
権限を付与するには、管理者アカウント、またはテナント内で Enterprise Application を作成する権限を持つアカウントでログインする必要があります。

権限をテナント全体に付与するには、次をご確認ください [Tenant 全体への管理者同意を付与する](/ja/installation/security/grant-admin-consent-in-enterprise-applications.md)
{% endhint %}

## サイレント インストール

ユーザー インターフェイスを操作せずにサイレント インストールを行いたい場合は、次を使用できます [msiexec](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec) 次のコマンド。MSI インストール ファイルを次からダウンロードした後に [こちらから ](https://trial.konnekt.io/)そして次の名前に変更します `konnekt`:\
\
`msiexec /quiet /qn /norestart /i konnekt.msi LICENSE_KEY=<YourKey>`

の代わりに `<YourKey>` 最後に、ライセンスキーを入力してください。

{% hint style="info" %}
試用期間後は、ライセンスキーをマシンレベル（HKLM）に設定することをお勧めします。
{% endhint %}


---

# 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.konnekt.io/ja/installation/setup.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.
