Netskope LogoNetskope Logo
  • Security Services
  • AI Services
  • Networking Services
  • Analytics Services
  • Integrations
  • getting-started.svgGetting Started
    • Support
    • Community
    • Netskope.com
    © 2026 All Rights Reserved. Netskope Inc.
    Home
    Netskope Client
    Netskope Client Deployment Options
    Microsoft Intune
    Deploy Client On Windows Using Intune

    Deploy Client On Windows Using Intune

    This article provides instructions to deploy Netskope Client on Windows devices (either joined to Active Directory or Microsoft Entra ID) using the Microsoft Intune.

    Note

    To learn more about supported OS and platform, see the Netskope Client Supported OS and Platform section.

    The following steps are for deploying Netskope Client on Windows devices.

    Prerequisites: On-board or add users into Netskope using Directory Importer or SCIM integration.

    1. Ensure the device is enrolled in Microsoft Intune.

    2. Log in to the Azure Portal (portal.azure.com).

    3. Click More Services.

    4. From the left-pane, click Intune.

    5. From the main pane, right-click the Intune option and open it in a new tab. This redirects you to endpoint.microsoft.com.

      Intune_Windows_Openinnewtab_103.png

    6. From Microsoft Endpoint Manager admin center, select Apps > All Apps.

    7. Select + Add.

    8. For App Type, select Line-of-business app.

    9. Upload the NSClient.msi to App Package File and select OK.

    10. Under App Information:

      • Provide a description.

      • Publisher Name.

      • Set Ignore App Version to Yes if you intend to allow the Netskope client to auto-update.

      • Select the appropriate category.

      • Select No under Display this as a featured app in the Company Portal.

      • Information and Privacy URL are optional values.

      • Under Command-Line Arguments: Enter the command-line arguments to apply to the .msi file upon execution. For example,

        installmode=idp tenant=<tenant-name> domain=[region.]<tenant-domain> enrollencryptiontoken=<Encryption Token> /qn

        To learn more about other configuration options, view Netskope Client for Windows.

    11. Click Next.

    12. It navigates to the Assignments tab.

      1. Under Required category, click Add group to add appropriate groups that need to be included.

      2. Click Next.

    13. It navigates to Review + Create. Click Create to review and complete the process.

    14. You can monitor the installation process from Intune. Go to Apps > Windows > Windows | Windows Apps >Search for “Netskope” > Device Install status.

    External Browser-based Authentication

    External browser support is available for MS Edge, Google Chrome and Firefox when set as the default browser. When deploying the Netskope Client in IDP mode (for single or multi-user environments), you can enable this functionality by modifying the MSIEXEC command line with additional parameters.

    • idpmode=scheme

    • httpmethod=get|post (Optional)

    The following parameters are mandatory if you include idpmode=scheme in the command line during installation. The installation will not be successful without them.
    – installmode
    – tenant
    – domain

    For example, while deploying Netskope Client on Windows using Intune, you can configure these parameters in the Command-line arguments field as follows:

    msiexec /I STAgent.msi installmode=idp|idpOnly tenant=nsclient domain=goskope.com [enrollauthtoken=<Authentication Token>] [enrollencryptiontoken=<Encryption Token>] idpmode=scheme [httpmethod=post]

    Uninstalling Clients

    To set up un-installion script for Netskope client in Windows devices follow the procedure as described in this section:

    Note

    This procedure is applicable only for devices that are AD joined. Also, during subsequent installation, un-assign this app to avoid un-installation of the newly installed Clients.

    1. Login to your Intune admin console and select Devices > Scripts and remediations.

    2. Click Platform Scripts.

    3. To start adding the uninstallation script, click +Add and select Windows 10 and later.

      Intune_Windows_AddScripts_103.png

    4. Under Add Powershell script, enter a Name for the script configuration and click Next to continue.

      uninstall-02.png

    5. Under script settings , from the Script location drop-down, select the powershell script from your computer. Enter the following commands in the powershell script.

      $product_identifier= Get-WmiObject -Class Win32_Product | where Name -eq "Netskope Client" | select -expandproperty IdentifyingNumber
      msiexec /uninstall $product_identifier /l*v C:\Users\Public\nsclient_uninstall.log /qn
      If the Password protection for Client uninstallation option in Client Configuration is enabled, enter the following command in the powershell script. 
      $product_identifier= Get-WmiObject -Class Win32_Product | where Name -eq “Netskope Client” | select -expandproperty IdentifyingNumber
      msiexec /uninstall $product_identifier PASSWORD=”[client_uninstall_password]” /l*v C:\Users\Public\nsclient_uninstall.log /qn

      For more details, see Password protection for Client uninstallation.

      Set the following options for the script:

      • Run this script using the logged on credentials – YES

      • Enforce script signature check – NO

      • Run script in 64 bit PowerShell Host – YES

      Modify the path for the log to be written to and failure to modify, results in the script failure. The logged in user must have the permission to run this script and write to the specified directory or change Run this script using the logged on credentials to NO to run this from the system context. If running from system context, the system user must have the permission to write to the specified directory.

      uninstall-03.png

    6. Click Next to continue.

    7. Under Assignments, assign the user groups for this script. This uninstalls Netskope Client in all devices of the assigned user group.

    8. Under Review + add, review your selections and click Add to complete the procedure.

      uninstall-05.png

    In this Topic
    • Deploy Client On Windows Using Intune