Add more scripts

This commit is contained in:
Markus Fleschutz
2021-11-01 12:06:51 +01:00
parent 736bfc276a
commit 531d99dc71
25 changed files with 375 additions and 0 deletions

15
Scripts/open-vpn-settings.ps1 Executable file
View 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