Skip to content

Instantly share code, notes, and snippets.

View divyang-patel's full-sized avatar

Divyang Patel divyang-patel

  • Qlik
  • Vadodara
  • 01:34 (UTC +05:30)
  • X @div163
View GitHub Profile
@divyang-patel
divyang-patel / Cisco_Anyconnect.ps1
Created April 20, 2017 19:09 — forked from jhorsman/Cisco_Anyconnect.ps1
PowerShell to automate VPN connection with Cisco AnyConnect Secure Mobility Client
#Source www.cze.cz
#This script is tested with "Cisco AnyConnect Secure Mobility Client version 3.1.00495"
# Usage: & '.\Cisco_Anyconnect.ps1' [-Server <server name or ip>] [-Group <group>] [-User <user>] [-Password <password>]
#Please change following variables
#IP address or host name of cisco vpn, Username, Group and Password as parameters
param (
[string]$Server = $( Read-Host "Input server, please" ),