次の方法で共有


AutomaticProfileSwitchingSiteList

プロファイル自動切り替えサイト リストを構成する

サポートされているバージョン

  • Windows と macOS で 120 以降

説明

このポリシーを設定して、Microsoft Edge がサイトを開くために使用するプロファイルを制御します。 このポリシーに一覧表示されているサイトの構成の切り替えは、Microsoft Edge がサイトの切り替えに使用する他のヒューリスティックより優先されますが、このポリシーに一覧表示されていないサイトも引き続きこれらのヒューリスティックによる切り替えの対象となることに注意してください。 このポリシーが構成されていない場合、Microsoft Edge は引き続きヒューリスティックを使用してサイトを自動的に切り替えます。

このポリシーは、URL ホスト名を、それを開くプロファイルにマップします。

'site' フィールドは URL ホスト名の形式にする必要があります。

'profile' フィールドには、次のいずれかの値を使用できます。

  • 'Work': 'site' を開くのに、最後に使用した Microsoft Entra サインイン プロファイルが使用されます。
  • 'Personal': 'site' を開くのに、最後に使用した MSA サインイン プロファイルが使用されます。
  • 'No preference': 'site' を開くのに、現在使用されているプロファイルが使用されます。
  • ワイルドカード メール アドレス: '*@contoso.com' の形式で指定します。 'site' を開くのに、ユーザー名の末尾が '*' に続く内容であるプロファイルが使用されます。

サポートされている機能

  • 必須にすることができるか: はい
  • 推奨にすることができるか: はい
  • 動的なポリシーの更新: はい
  • プロファイルごと: いいえ
  • Microsoft アカウントでサインインしているプロファイルに適用: はい

データ型

  • Dictionary

Windows の情報と設定

グループ ポリシー (ADMX) 情報

  • GP の一意の名前: AutomaticProfileSwitchingSiteList
  • GP 名: 自動プロファイル切り替えサイトの一覧を構成する
  • GP パス (必須): 管理用テンプレート/Microsoft Edge/ID とサインイン
  • GP パス (推奨): 管理用テンプレート/Microsoft Edge - 既定の設定 (ユーザーが上書き可能)/ID とサインイン
  • GP ADMX ファイル名: MSEdge.admx

値の例

[{"profile": "Work", "site": "work.com"}, {"profile": "Personal", "site": "personal.com"}, {"profile": "No preference", "site": "nopreference.com"}, {"profile": "*@contoso.com", "site": "contoso.com"}]

レジストリの設定

  • パス (必須): SOFTWARE\Policies\Microsoft\Edge
  • パス (推奨): SOFTWARE\Policies\Microsoft\Edge\Recommended
  • 値名: AutomaticProfileSwitchingSiteList
  • 値の型: REG_SZ

レジストリ値の例

[{"profile": "Work", "site": "work.com"}, {"profile": "Personal", "site": "personal.com"}, {"profile": "No preference", "site": "nopreference.com"}, {"profile": "*@contoso.com", "site": "contoso.com"}]

拡張されたレジストリ値の例

[
  {
    "profile": "Work",
    "site": "work.com"
  },
  {
    "profile": "Personal",
    "site": "personal.com"
  },
  {
    "profile": "No preference",
    "site": "nopreference.com"
  },
  {
    "profile": "*@contoso.com",
    "site": "contoso.com"
  }
]

Mac の情報と設定

  • 基本設定キー名: AutomaticProfileSwitchingSiteList
  • サンプル値:
<key>AutomaticProfileSwitchingSiteList</key>
<array>
  <dict>
    <key>profile</key>
    <string>Work</string>
    <key>site</key>
    <string>work.com</string>
  </dict>
  <dict>
    <key>profile</key>
    <string>Personal</string>
    <key>site</key>
    <string>personal.com</string>
  </dict>
  <dict>
    <key>profile</key>
    <string>No preference</string>
    <key>site</key>
    <string>nopreference.com</string>
  </dict>
  <dict>
    <key>profile</key>
    <string>*@contoso.com</string>
    <key>site</key>
    <string>contoso.com</string>
  </dict>
</array>

関連項目