I am testing some bat scripts via AnyConnect on windows just to see if I can make it work.
I have them applied and they are making it to the client in the C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Script folder but they aren't running. If I am connected to the VPN and manually run the scripts they work (simple add/delete a mapped drive).
<EnableScripting UserControllable="false">
true
<TerminateScriptOnNextEvent>true</TerminateScriptOnNextEvent>
<EnablePostSBLOnConnectScript>true</EnablePostSBLOnConnectScript>
</EnableScripting>
<EnableAutomaticServerSelection UserControllable="false">
false
Is there somewhere I can look to see why its not running the scripts locally?