Hi
We've used Anyconnect with our Windows 10 clients for 12 months+ now and its all worked well. Our clients are built via SCCM and I successfully install anyconnect during the build process but having some issue when upgrading them to 4.7.1 from 4.5.
If the devices are in the netowor (i.e. anyconnect is disconnected) the upgrade works fine using the following script:
start "" /wait "%~dp0anyconnect-win-4.7.01076-core-vpn-predeploy-k9.msi" /norestart /passive PRE_DEPLOY_DISABLE_VPN=1
start "" /wait "%~dp0anyconnect-win-4.7.01076-gina-predeploy-k9.msi" /norestart /passive
start "" /wait "%~dp0anyconnect-win-4.7.01076-umbrella-predeploy-k9.msi" /qn ORG_ID=xxxxxx ORG_FINGERPRINT=xxxxxxxxxxxxxxxxxxxxxxxxx USER_ID=xxxxxxxx
If the user is external to the network (working from home) and I attempt to upgrade anyconnect at log off the upgrade seems to completes but the VPN breaks and wont reconnect which is only fixed by uninstalling\reinstalling the components.
Has anyone gone through this process successfully? I suspect I'm missing a command line argument.
thanks
Russell