1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-21 18:57:29 +01:00
PowerShell/scripts/open-vpn-settings.ps1

16 lines
303 B
PowerShell
Raw Normal View History

2023-10-31 12:48:22 +01:00
<#
.SYNOPSIS
Opens the VPN settings
.DESCRIPTION
This PowerShell script launches the VPN settings of Windows.
.EXAMPLE
PS> ./open-vpn-settings
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Start-Process ms-settings:network-vpn
exit 0 # success