Update some check-*.ps1 scripts

This commit is contained in:
Markus Fleschutz
2023-04-11 10:48:59 +02:00
parent 094fca2665
commit 440f882eaf
11 changed files with 27 additions and 24 deletions

View File

@ -1,10 +1,11 @@
<#
.SYNOPSIS
Checks the VPN connection
Checks the VPN status
.DESCRIPTION
This PowerShell script queries status of the VPN connections and prints it.
This PowerShell script queries the status of the VPN connections and prints it.
.EXAMPLE
PS> ./check-vpn
✅ VPN 'NASA L2TP' is Disconnected
.LINK
https://github.com/fleschutz/PowerShell
.NOTES