We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5439ede commit eadcf15Copy full SHA for eadcf15
1 file changed
Tools/Create New Connection.ps1
@@ -24,6 +24,7 @@ if ($a.ToLower() -eq "e" -or $null -eq $a) {
24
New-Item -Path "." -Name ($New_VPN_Name + ".ps1") -ItemType "file"
25
$Template_Content_start = @"
26
`$Arguments = @{
27
+
28
"@
29
30
@@ -63,7 +64,7 @@ Powershell.exe -executionpolicy Bypass -Command ".\dep\_MainConnect.ps1" @Argume
63
64
65
#Copy files to right folders
66
Move-Item -Path $Path_Connect_Template -Destination "../$Path_Connect_Template"
- Move-Item -Path $Path_Phonebook -Destination "../dep/$Path_Phonebook"
67
+ Move-Item -Path $Path_Phonebook -Destination "../dep/Phonebooks/$Path_Phonebook"
68
69
70
}
0 commit comments