You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

21: How can I use the only remaining PolicyPak published Chrome Extension with my older CSE? (CSE 18.7.1779.937 - 19.12.2283.849)

Step 1:

Copy the contents below.

{
    "name": "com.policypak.ppbragent",
    "description": "Chrome Native Messaging implementation",
    "path": "PPBRAgent.exe",
    "type": "stdio",
    "allowed_origins": [
        "chrome-extension://kndjicdjdanehpnonfmdekhinhdcdnbo/",
        "chrome-extension://mdmkjmbojjnnhlohmjhaapalpbbhkdcg/",
        "chrome-extension://fmbfiodledfjldlhiemaadmgppoeklbn/"
    ]
}

Step 2:

Save in a file named

com.policypak.chromehost.json

Step 3:

The goal is to copy that file to

C:\Program Files\PolicyPak\Browser Router\Client
On machines with the CSE (CSE 18.7.1779.937 - 19.12.2283.849)
That you CANNOT upgrade to latest CSE for now.

You can use a variety of methods to get the file copied. Options include:

  1. Group Policy Preferences Files
  2. PolicyPak Remote Work Delivery Manager
  3. PolicyPak Scripts
  4. SCCM
  5. Any other way you want to copy a file down to the machine

To show one example, using Group Policy Preferences Files…

Here’s the Com.policypak.chromehost.json file stored in the file in the share called \\dc2016\share

Using Group Policy Preferences Files, on the Computer side…

Specify:

Source:
\\dc2016\SHARE\com.policypak.chromehost.json

Destination (must include the path and file name):
C:\Program Files\PolicyPak\Browser Router\Client\com.policypak.chromehost.json

Run GPupdate on the client, and here’s the result.

Note that upgrading to modern CSE versions will have a SIMIILARLY named file in this folder.
These two files can sit side by side without issue if you need to use an OLDER CSE for now, then UPGRADE to latest CSE later.

  • 1075
  • 17-Feb-2021
  • 1926 Views