# セットアップ

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

## セキュリティ

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

* 管理者の同意
* 条件付きアクセスの設定（使用している場合）

をご覧ください [こちらから](/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 を作成する権限を持つアカウントでログインする必要があります。

テナント全体に権限を付与するには、次を確認してください [テナント全体の管理者同意を付与](/ja/installation/security/grant-admin-consent-in-enterprise-applications.md)&#x20;
{% 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: 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.konnekt.io/ja/installation/setup.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.
