Forum Discussion

Mike_Finney_119's avatar
Mike_Finney_119
Icon for Nimbostratus rankNimbostratus
Dec 04, 2013
Solved

Is it possible to connect to VPN from a Windows client command line without user interaction?

I am trying to get our F5 11.4 APM set up to work with remote Windows clients that need to connect and then disconnect from the VPN without any user interaction. To briefly summarize, this is for a r...
  • DannyG_34437's avatar
    Sep 25, 2014

    Older post, but I've done something similar.. I was able to use the following command on a windows machine to accomplish what I needed:

     

    taskkill /F /IM f5fpclientW.exe

     

    Thanks, dg