Views:

Use an Active Directory Group Policy Object (GPO) to enforce the use of a PAC file.

Before you start, get the file path of the desired PAC file in the PAC file location column on the PAC Files tab (Zero Trust Secure AccessSecure Access ConfigurationInternet Access Configuration).
This task uses the Active Directory domain controller server running Windows Server 2019 as an example to illustrate proxy configuration via GPO.
Note
Note
The steps contained in these instructions were valid as of September 2022.

Deployment for Windows 8 and 10

This task applies the GPO using Internet Settings to end-user devices running Windows 8 or 10.

Procedure

  1. Log on to the Active Directory domain controller server as an administrator.
  2. Go to StartServer ManagerToolsGroup Policy Management.
    The Group Policy Management window appears.
  3. From the left navigation, go to Forest: [your forest]Domains[your domain], right-click [your domain], and then select Create a GPO in this domain, and Link it here....
    The New GPO window appears.
  4. Type a name for the new Group Policy Object in the Name text box and click OK.
    The newly created GPO displays under Group Policy Objects in the left navigation.
  5. Right-click the GPO and select Edit.
    The Group Policy Management Editor window appears.
  6. From the left navigation, go to User ConfigurationPreferencesControl Panel SettingsInternet Settings, right-click Internet Settings, and then select NewInternet Explorer 10.
    The New Internet Explorer 10 Properties window appears.
  7. Click the Connections tab, and then click LAN Settings.
    The Local Area Network (LAN) Settings window appears.
  8. Type the PAC file path in the Address text box under the Automatic configuration section, and then press F5 to enable the setting.
  9. Click OK.
  10. Click Apply, and then click OK.

Deployment for Windows 10 and 11

This task applies the GPO using Registry to end-user devices running Windows 10 or 11.

Procedure

  1. Log on to the Active Directory domain controller server as an administrator.
  2. Go to StartServer ManagerToolsGroup Policy Management.
    The Group Policy Management window appears.
  3. From the left navigation, go to Forest: [your forest]Domains[your domain], right-click [your domain], and then select Create a GPO in this domain, and Link it here....
    The New GPO window appears.
  4. Type a name for the new Group Policy Object in the Name text box and click OK.
    The newly created GPO displays under Group Policy Objects in the left navigation.
  5. Right-click the GPO and select Edit.
    The Group Policy Management Editor window appears.
  6. From the left navigation, go to User ConfigurationPreferencesWindows SettingsRegistry, right-click Registry, and then select NewRegistry Item.
    The New Registry Properties window appears.
  7. On the General tab, specify the following fields:
    • Key Path: Set the key path to SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings.
    • Value name: Set the value name to AutoConfigURL.
    • Value data: Type the PAC file path.
  8. Click Apply, and then click OK.