# システム要件

## クライアント端末

### オペレーティング システム

* **Windows** または \
  **Windows Server**
  * 最新かつ完全なシステム更新プログラムが適用されており、
  * Microsoft によってメインストリーム サポートでサポートされていること。
  * 古い Windows バージョンでも動作する場合があります。これらのシステムには限定的なサポートを提供しています。

{% hint style="success" %}
KONNEKT はさまざまな **VDI** 環境で動作します:

* ハイパーバイザー システム（例: Citrix Virtual Desktops（旧 Citrix XenDesktop）、VMware Horizon）、
* マルチセッション システム（例: Citrix Virtual Apps（旧 Citrix XenApp）、Microsoft Terminal server/RDS）および
* Microsoft Azure Virtual Desktop (AVD)
* Microsoft Windows 365 (W365) Cloud PC
  {% endhint %}

{% hint style="success" %}
KONNEKT は **とは独立して** 次の項目から:

* .NET
* 特定の Citrix バージョン
* Microsoft365 Apps（旧 Office365 ProPlus）
* OneDrive Sync Client
  {% endhint %}

### プロセッサ プラットフォーム

* 64 ビット X86（Intel および AMD）
* 32 ビット X86（Intel および AMD）
* 64 ビット ARM

## Office 365 ライセンス

* **OneDrive for Business** または **SharePoint Online** のサブスクリプションが KONNEKT ユーザーに必要です。

## プロキシ設定

Microsoft 365 へのすべてのトラフィックをプロキシの使用対象から除外することを強く推奨します。詳細については、以下をご覧ください。 [Microsoft のネットワーク接続の原則](https://learn.microsoft.com/en-us/microsoft-365/enterprise/microsoft-365-network-connectivity-principles?view=o365-worldwide).&#x20;

ただし、KONNEKT は Windows OS のプロキシ設定を使用します。プロキシ サーバーが設定されている場合、KONNEKT はそのプロキシ サーバーを使用します。&#x20;

詳細には、KONNEKT は次を呼び出します。 [WinHttpGetProxyForUrl](https://learn.microsoft.com/en-us/windows/win32/api/winhttp/nf-winhttp-winhttpgetproxyforurl) プロキシを使用する必要があるか確認するために、URI <https://graph.microsoft.com> を使用してください。

{% hint style="success" %}
KONNEKT からの通信でプロキシ サーバーをバイパスするには、Windows OS が URI <https://graph.microsoft.com> をプロキシ使用の対象から除外するようにしてください。&#x20;

これは、プロキシ PAC ファイルの除外リストにこの URI を追加することで実行できます。&#x20;

また、KONNEKT クライアントが次に到達できることも確認してください。 [Microsoft Entra ID (Azure AD) と SharePoint Online](https://learn.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide) プロキシ サーバーや、ファイアウォールなどの他のアプリケーション層ゲートウェイ（ALG）による干渉を受けずに。
{% endhint %}

{% hint style="warning" %}
KONNEKT はプロキシ サーバーを使用できます。ただし、プロキシ サーバーまたはその他のアプリケーション レイヤー ゲートウェイ (ALG) 経由で Microsoft 365 に接続する際にネットワーク接続関連の問題が発生しているクライアントについては、サポートが限定されます。
{% endhint %}

## ファイアウォールとネットワーク設定

[次のことを推奨します](https://learn.microsoft.com/en-us/microsoft-365-apps/best-practices/performance-recommendations) 「トラフィックのインターセプト、SSL 復号、ディープ パケット インスペクション、コンテンツ フィルタリングを行うネットワーク デバイスおよびサービス上で Optimize エンドポイントをバイパスまたは許可リストに追加する」:

* Microsoft 365 アプリのネットワーク接続をテストするために、Microsoft は [このツール](https://connectivity.office.com/)
* [Office 365 の URL と IP アドレス範囲](https://learn.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide)

**Graph API の URL を許可リストに追加**

* Graph API は HTTPS 呼び出しを使用する RESTful API です。各 API 呼び出しは固有の URL を使用します
* API のさまざまなバージョンを使用できるようにするため、次を許可リストに追加します <https://graph.microsoft.com>

**KONNEKT を許可リストに追加**

* ライセンス上必須のため、次を許可リストに追加します [https://license.c4a8.net](https://license.c4a8.net/)
* エラーが発生した場合、ユーザーは詳細を送信できます -  <https://crashguard.konnekt.io>

**Microsoft Entra ID (Azure AD)**

* ドメインおよびサブドメインへのアクセスを確実にするため、\*.portal.azure.com と portal.azure.com の両方のエンドポイントを許可リストに追加してください
* [プロキシ バイパス用の Azure portal の URL](https://learn.microsoft.com/en-us/azure/azure-portal/azure-portal-safelist-urls?tabs=public-cloud#azure-portal-urls-for-proxy-bypass)
* ネットワーク接続の問題をトラブルシューティングするには、次を確認してください <https://portal.azure.com/selfhelp>


---

# 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/system-requirements.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.
