
CopyAddVPNCommand is an AutoHotKey script that allows you to easily copy the PowerShell command needed to create a VPN connection.
Very helpful in Helpdesk scenarios.
This is an AutoHotKey script that launched a prompt box when run asking for the VPN server address, a name for the VPN, and the password to connect to the VPN. After clicking 'Ok', the powershell command is copied to your clipboard with the information you previously entered. All that is left is to run that command in an elevated powershell session to create the VPN.
Click to expand contributing section
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
rclone links[^rclone]