Sophos Central Windows Endpoint: Deploying using Microsoft Intune

FormerMember
FormerMember

Disclaimer: This information is provided as-is for the community's benefit. Please contact Sophos Professional Services if you require assistance with your specific environment.


Overview

This article provides a high-level overview of using Microsoft Intune to deploy the Sophos Central Endpoint Agent on Windows devices.

The steps below are provided assuming that you have already used Intune to deploy packages to Windows devices and are familiar with the general workflows described.

Note: It is recommended to deploy using AutoPilot from Windows enrollment

 
The following sections are covered:

Product and Environment

  • Microsoft Intune
  • Sophos Central Endpoint
  • Windows

Creating the .intunewin file from the Sophos Central installer file

  1. Create the following folders using a Command Prompt with admin privilege:

    1. md C:\Temp
    2. md C:\Temp\IntunePackageSource
    3. md C:\Temp\IntunePackageOutput
    4. md C:\Temp\Intune-Win32-App-Packaging-Tool-master
  2. Download the Sophos Central installer SophosSetup.exe from your Sophos Central Admin dashboard and save it at C:\Temp\IntunePackageSource.
  3. Go to Github, and download the Microsoft Win32 app packaging tool (IntuneWinAppUtil.exe) and save it at C:\Temp\Intune-Win32-App-Packaging-Tool-master.
  4. Using a Command Prompt, run the packaging tool from the specified folder above.
  5. When prompted, specify the following:

    • Source folder: C:\Temp\IntunePackageSource
    • Setup file: SophosSetup.exe
    • Output folder: C:\Temp\IntunePackageOutput
    • Catalog folder: N

The message INFO File 'C:\Temp\IntunePackageOutput\SophosSetup.intunewin' has been generated successfully will be displayed. 

Creating the Win32 app within Intune

  1. Sign in to your Azure AD tenant with an account that can manage Intune.
  2. Search for and click Intune.
  3. In the Microsoft Intune admin center, click Apps.



  4. Click All Apps > Add



  5. Select Windows app (Win32) for the App type, then click Select



  6. In the App information click Select app package file.

  7. Select the SophosSetup.intunewin file from C:\Temp\IntunePackageOutput, then click OK



  8. The app information can then be configured as follows:

  9. In the Program tab, enter the install and uninstall commands, then click Next.

  10. In the Requirements tab, select the OS architecture and the Minimum OS you want to deploy, then click Next



  11. In the Detections rule tab, select Manually Configure detection rules from the Rules format drop-down menu. Enter the following on the Detection rule

    • Rule type: File
    • Path: %ProgramFiles%\Sophos\Sophos UI
    • File or folder: Sophos UI.exe
    • Detection method: File or folder exists. 

      Click OK followed by Next.   



  12. Click Next on the Dependencies and Supersedence tabs.
  13. In the Assignments tab > Required, click Add group, select the group to which you want to assign the app, and then click Next.
    Note: The app will be automatically installed on enrolled devices.



  14. In the Review + create tab, check the details of your app and click Create

The new app will now show in the Apps section of your Microsoft Intune admin center. 

Endpoint deployment

Once your devices are configured and enrolled with Windows Autopilot, the Sophos Endpoint Agent will automatically deploy. You may see the following notifications on your devices.



You will also see the Sophos Endpoint Agent icon in the system tray.


Related information

Sign up for the Sophos Support Notification Service to receive proactive SMS alerts for Sophos products and Sophos Central services.



updated Sept 26, 2024 KBT-10114
[edited by: Raymond at 5:05 AM (GMT -7) on 26 Sep 2024]
Parents
  • Hi, 

    Step 11 states you should add the following path: %ProgramFiles%\Sophos\Sophos UI

    Intune Admin Center refuses to accept this path:

    It doesn't seem to like the % use.

    For now, I have entered the path C:\Program Files\Sophos\Sophos UI but not all systems have the OS on C.

    Can you please advise?

Reply
  • Hi, 

    Step 11 states you should add the following path: %ProgramFiles%\Sophos\Sophos UI

    Intune Admin Center refuses to accept this path:

    It doesn't seem to like the % use.

    For now, I have entered the path C:\Program Files\Sophos\Sophos UI but not all systems have the OS on C.

    Can you please advise?

Children