mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 07:38:15 +02:00
Add more scripts
This commit is contained in:
15
Scripts/open-vpn-settings.ps1
Executable file
15
Scripts/open-vpn-settings.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Opens Windows VPN settings
|
||||
.DESCRIPTION
|
||||
This script launches the Windows VPN (virtual private network) settings.
|
||||
.EXAMPLE
|
||||
PS> ./open-vpn-settings
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
Start-Process ms-settings:network-vpn
|
||||
exit 0 # success
|
Reference in New Issue
Block a user