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

# システム要件

## クライアントマシン

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

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

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

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

{% hint style="success" %}
KONNEKT の動作 **独立して** から:

* .NET
* 特定の Citrix バージョン
* Microsoft 365 Apps（旧 Office 365 ProPlus）
* Microsoft OneDrive 同期アプリ
  {% 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).

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

詳細として、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> をプロキシ使用の対象から除外するようにしてください。

この URI をプロキシ PAC ファイルの除外リストに追加することで対応できます。

また、KONNEKT クライアントが [Microsoft Entra ID および 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 apps のネットワーク接続をテストするために、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**

* ドメインおよびサブドメインへのアクセスを確保するため、\*.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
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/system-requirements.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.
