Microsoft Group Policy Object (GPO)

Microsoft Group Policy Object (GPO)

You can deploy Netskope Client to Active Directory (AD) joined devices via Microsoft GPO using a script based or MST based deployment option. Before you begin, ensure that you meet all prerequisites.

Prerequisites

  • Install and configure Directory Importer to fetch email addresses and usernames from Active Directory.

    Use Directory Importer version 2.24 or above for importing AD users to Netskope system. This has the capability to capture the user’s principal name (UPN) along with the user’s email ID. For details about installing and configuring Netskope Adapters, go to Netskope Adapters.

  • Obtain your Organization ID from the Netskope Admin console.
    • Go to Settings > Security Cloud Platform > MDM Distribution.
    • Under Create VPN Configuration, copy the Organization ID.
  • Obtain the Add-on Manager Host (tenant add-on URL, example: addon-tenantname.goskope.com).
  • Devices running Microsoft Windows Platforms (Windows 7 or higher). See Netskope Client Supported OS and Platform to view the latest supported OS version.

    Supported under special consideration. For more information, refer to Windows 7 EOL .

  • AD Infrastructure for Identities Management
  • Download the latest Netskope Client installer from the Netskope Support Portal.
  • Admin access to Microsoft Group Policy Objects.
  • For a complete list of installer parameters and their meaning see,  Netskope Command Reference.

Deploy Netskope Client via GPO Scripts

To install the Netskope client:

  1. Create a source distribution folder and copy the standard Netskope client installer (.msi) into the folder.

  2. Verify the source distribution folder is shared and is accessible from all domain computers.

  3. Create a batch file(.bat) in the source distribution folder and add following lines of command.

    @echo off
    SetLocal
        set newver=<version number of msi to be installed in x.x.x.x format>
        set newVernum=%newver:.=%
    for /f "tokens=2 delims==" %%f in ('wmic product where "Name like 'Netskope Client'"
    get Version /value ^| find "="') do set "instVer=%%f"
    IF NOT DEFINED instVer (
        msiexec /I "<UNC path of source distribution folder><msi name with extension>" host=<host> token=<org_id> mode=peruserconfig fail-close=[no-npa|all] /l*v %PUBLIC%nscinstall.log
    ) ELSE (
        set instVerNum=%instVer:.=%
        IF newVernum LSS instVerNum (
            msiexec /I "<UNC path of source distribution folder><msi name with extension>" host=<host> token=<org_id> mode=peruserconfig fail-close=[no-npa|all] /l*v %PUBLIC%nscinstall.log
        )
    )
    EndLocal
    • Replace values provided within < > with your tenant data.
    • ​If ​Secure Enrollment​​ is enabled, each deployment mode consists of two additional parameters(Authentication and Encryption token):
      • ​​​enrollauthtoken:​​ Specifies the authentication token.
      • ​​​
      • enrollencryptiontoken:​​ Specifies the encryption token.
  4. Create a GPO to install the Netskope client.

  5. Edit the GPO.

    1. Go to Computer Configuration > Policies > Windows Settings > Scripts (Startup/Shutdown).

    2. Add the batch file as a Startup Script. The script should be specified along with its UNC path (network share).

      The script path should not be a local share path.
    3. Refresh and update the GPO policies.

Enforcing Installation

Admin must create and schedule a GPO task to reboot all the domain computers to apply the startup script that is created in above section. If a user manually uninstalls the Netskope client, the same will be reinstalled through Group Policy during next restart of their computer.

Deploy Netskope Client via MST

You can use MST files to deploy Netskope Client across organization units. To deploy clients via MST:

Note

MST deployment is supported for Netskope Client R92 or later.

  1. Create an MST deployment File.
  2. Create and Deploy GPO with MST to all targeted devices or users.

Creating an MST Deployment File

The following procedure illustrates the steps to create an MST package using the ORCA database table editor. The Orca tool is available via the Microsoft SDK. You can download the orca tool here and to learn more about the orca tool, visit this orca webpage.  

  1. Open ORCA tool and goto File > Open to select Netskope Client installer (.msi) file.
    img-01-createMST-openFile.png
  2. You will now see the list of all tables in the installer file. Click Property to view all installer property values .
    img-02-createMST-propertyList.png
  3. Select Transform > New Transform.
    img-06-createMST-transform.png
  4. To deploy Netskope Client, you will need to add the following additional property values to this table. The fields in the property table are a combination of two strings (property name and its value).
    • HOST – Enter the tenants add-on URL (example: addon-tenantname.example.com).
    • TOKEN – Enter the tenants organization ID.
    • MODE – Enter peruserconfig (or the mode that you suits your deployment needs).
    • AUTOUPDATE – Enter [ on or off ]. This is an optional value. If set to on, the client will auto updated to the next available version as specified in the client configuration.

    Important

    The property name must be entered in all caps.

  5. To add a new property value, select Property from the table list and then right click on the right pane and select Add Row.
    img-03-createMST-addNewValue.png
  6. Enter the Property name (in all CAPS) and then click on the Value text box and enter the value string.
    img-05-createMST-newValue.png
  7. Repeat this to add all the required property values.
    img-05-createMST-allValues.png
  8. Go to Transform > Generate Transform and give it a name. This creates the MST deployment file.

Create and Apply Group Policy Object

The following steps illustrate the procedure to deploy the Netskope Client using the created MST package via MS group policy objects.

  1. Open Server Manager and goto Tools > Group Policy Management.
    img-08-deployMST-openGPO.png
  2. In the Group Policy Management tool, expand your domain options and locate the Group Policy Object option. Right click on Group Policy Object and click New.
    img-09-deployMST-newGPO.png
  3. Enter a name for this deployment.
    10-deployMST-GPOname.png
  4. Under the Group Policy Object option, right click the newly created deployment name and select Edit.
    11-deployMST-editGPOname.png

    This opens the Group Policy Management Editor window.

  5. In the Group Policy Management Editor window, navigate to Computer Configuration > Policies > Software Settings > Software Installation.

    Right Click on Software Installation and select New > Package and select the Netskope Installer (.msi) file.

    12-deployMST-selectInstaller.png
  6. Note

    • The GPO works only if the MSI and MST files are on a network shared folder.
    • Add the Netskope Installer(.msi/.mst) file from the shared network location.
  7. In the Deploy Software pop-up window, select Advanced and click OK.
    13-deployMST-advancedOptions.png
  8. In the Netskope Client Properties window, goto the Modifications tab. Click Add and select the appropriate MST file.
    14-deployMST-selectMST.png
  9. Link the newly created GPO policy to the target computer or user and enforce the policy.

    The following image is an example. Your OU structure may vary depending on your environment.

    15-deployMST-linkGPO.png
  10. Now apply the GPO policies.
Share this Doc

Microsoft Group Policy Object (GPO)

Or copy link

In this topic ...