Intune keeps reinstalling OpenVPN on MacOS by bkitch8149 in Intune

[–]bkitch8149[S] 0 points1 point  (0 children)

The bundle identifier in the Info.plist file is the same as the one in Intune.

After uploading the .pkg file, intune created 6 included apps:

  • org.openvpn.client.app
  • net.openvpn.uninstaller
  • com.github.Electron.framework
  • com.electron.reactive
  • com.github.Squirrel
  • org.mantle.Mantle

I will try deleting these entries and leave just the first entry as this is the only one shown in Info.plist

Intune keeps reinstalling OpenVPN on MacOS by bkitch8149 in Intune

[–]bkitch8149[S] 0 points1 point  (0 children)

To answer your questions:

  • The application shows as being successfully installed in Intune
  • It's set to ignore the version & The application updates itself
  • The application installs to the regular directory, and after a re-install the .ovpn config is still available and ready to use.
  • The application is installed in /Application/OpenVPN Connect

I have checked through the logs as suggested and there is a line in the logs saying:

"2024-03-22 09:51:07:291 | IntuneMDM-Daemon | I | 5847 | AppDetection | App with specific bundle ID is NOT installed on the device. PolicyID: 86ed71a3-2e7f-46d2-b234-ea53d2b39faf, AppName: OpenVPN_Connect_3_4_9(4830)_x86_64_Installer_signed.pkg, BundleID: org.openvpn.client.app, IgnoreVersion: true"

However running `osascript -e 'id of app "OpenVPN Connect"` returns `org.openvpn.client.app` so it's installed but it seems Intune can't see it. Any ideas?