bmdasp
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| bmdasp [2020/02/19 01:06] – edvc | bmdasp [2022/03/03 22:29] (aktuell) – edvc | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | |||
| + | ** alles alt! mit choco installieren!!** | ||
| + | |||
| + | run in admin cmd: | ||
| <file cmd edvc-bmdasp.cmd> | <file cmd edvc-bmdasp.cmd> | ||
| - | $url1="ftp:// | + | @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile |
| - | $url2=" | + | |
| - | $url3=" | + | |
| - | $outpath1 = $ENV:TEMP + "\Parallels-Client-x64.msi" | + | |
| - | $outpath2 = $ENV:TEMP + "\CheckPointVPN.msi" | + | |
| - | $outpath3 = $ENV:PUBLIC + " | + | |
| - | + | ||
| - | $wc = New-Object System.Net.WebClient | + | |
| - | $wc.DownloadFile($url1, | + | |
| - | $wc.DownloadFile($url2, $outpath2) | + | |
| - | $wc.DownloadFile($url3, | + | |
| - | + | ||
| - | Start-Process " | + | |
| </ | </ | ||
| + | <file ps1 edvc-bmdasp.ps1> | ||
| + | # allow ftp | ||
| + | New-NetFirewallRule -DisplayName "FTP Client TCP" -Direction Inbound -Protocol TCP -Profile Any -Program C: | ||
| + | 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 = "open ftp.bmd.at 21" | ||
| + | $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 /qn" -Wait -NoNewWindow | ||
| + | |||
| + | #install parallels client | ||
| + | |||
| + | Start-Process msiexec.exe -ArgumentList "/i $outpath2 /qn DEFSETTINGS=C: | ||
| + | </ | ||
| - | ftp://ftp.bmd.at/ | + | bmd asp mail am handy einrichten: |
| - | ftp://ftp.bmd.at/BMDASP/CheckPointVPN.msi | + | [[https://www.bmd.com/technische-dokumentation/bmd-cloud-exchange-konfiguration-mittels-ipad-oder-iphone.html|Anleitung]] |
| - | ftp:// | ||
bmdasp.1582074395.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
