diff --git a/windows-vpn.ps1 b/windows-vpn.ps1 index ad17c6b..d7ce923 100644 --- a/windows-vpn.ps1 +++ b/windows-vpn.ps1 @@ -1,5 +1,5 @@ param ( - $vpnName = "Verdnatura" + $vpnName = "Verdnatura", $allUsers = $true )