Implementing this KB for ConfigMgr and Intune - I need to ensure that it turns off the VPN client during install which we are not using. Is the "Disable_ServiceProfile.xml" that is outlined in the .ps1 installer the solution? If so how can I obtain - Thank you!
https://patchmypc.com/how-to-bundle-cisco-anyconnect-modules-to-install-in-a-specific-order
The Disable_ServiceProfile.xml file is often found in the Profiles or Templates directory within the package. To disable the VPN, add: PRE_DEPLOY_DISABLE_VPN=1 in the command line. You can do this in the publisher by right-clicking on the application and selecting "Modify Command Line."
that did the trick thank you!