bmdasp
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| bmdasp [2020/02/19 01:02] – angelegt edvc | bmdasp [2022/03/03 22:29] (aktuell) – edvc | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ftp:// | ||
| - | ftp:// | + | ** alles alt! mit choco installieren!!** |
| + | |||
| + | run in admin cmd: | ||
| + | <file cmd edvc-bmdasp.cmd> | ||
| + | @" | ||
| + | </ | ||
| + | |||
| + | <file ps1 edvc-bmdasp.ps1> | ||
| + | # allow ftp | ||
| + | New-NetFirewallRule -DisplayName "FTP Client TCP" -Direction Inbound -Protocol TCP -Profile Any -Program C:\Windows\System32\ftp.exe -Action Allow | ||
| + | New-NetFirewallRule -DisplayName "FTP Client UDP" -Direction Inbound -Protocol UDP -Profile Any -Program C: | ||
| + | |||
| + | #checkpoint client | ||
| + | $ftpfile1=" | ||
| + | $outpath1 = " | ||
| + | #parallels client | ||
| + | $ftpfile2="/ | ||
| + | $outpath2 = " | ||
| + | #settings file | ||
| + | $ftpfile3="/ | ||
| + | $outpath3 = " | ||
| + | |||
| + | #build ftp commands: | ||
| + | |||
| + | $ftpfile = " | ||
| + | $ftpserver = " | ||
| + | $ftpuser = " | ||
| + | $ftppass = " | ||
| + | $ftpbin = " | ||
| + | $ftplocalpath ="lcd $ENV: | ||
| + | $ftpcommand1 = "get $ftpfile1 $outpath1" | ||
| + | $ftpcommand2 = "get $ftpfile2 $outpath2" | ||
| + | $ftpcommand3 = "get $ftpfile3 $outpath3" | ||
| + | $ftpbye =" | ||
| + | |||
| + | Remove-Item $ftpfile -ErrorAction Ignore | ||
| + | $ftpserver | Add-Content -Path $ftpfile | ||
| + | $ftpuser | Add-Content -Path $ftpfile | ||
| + | $ftppass | Add-Content -Path $ftpfile | ||
| + | $ftpbin | Add-Content -Path $ftpfile | ||
| + | $ftplocalpath | Add-Content -Path $ftpfile | ||
| + | $ftpcommand1 | Add-Content -Path $ftpfile | ||
| + | $ftpcommand2 | Add-Content -Path $ftpfile | ||
| + | $ftpcommand3 | Add-Content -Path $ftpfile | ||
| + | $ftpbye | Add-Content -Path $ftpfile | ||
| + | |||
| + | #start ftp download | ||
| + | |||
| + | Start-Process " | ||
| + | |||
| + | #install checkpoint vpn client | ||
| + | |||
| + | Start-Process msiexec.exe -ArgumentList "/i $outpath1 | ||
| + | |||
| + | #install parallels client | ||
| + | |||
| + | Start-Process msiexec.exe -ArgumentList "/i $outpath2 /qn DEFSETTINGS=C: | ||
| + | </ | ||
| + | |||
| + | bmd asp mail am handy einrichten: | ||
| + | |||
| + | [[https:// | ||
| - | ftp:// | ||
bmdasp.1582074144.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
