checkpoint-mobile-command-line
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| checkpoint-mobile-command-line [2021/07/10 11:07] – [Connect using preconfigured site, P12 File and password] baumi | checkpoint-mobile-command-line [2021/07/10 11:09] (current) – [Connect using preconfigured site, P12 File and password] baumi | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Connect using preconfigured site, P12 File and password ===== | ===== Connect using preconfigured site, P12 File and password ===== | ||
| <code powershell> | <code powershell> | ||
| + | # This is powershell | ||
| $VPNSite=" | $VPNSite=" | ||
| $VPNP12File=" | $VPNP12File=" | ||
| Line 8: | Line 9: | ||
| cd " | cd " | ||
| .\trac connect -s $VPNSite -f $VPNP12File -p $VPNP12Password | .\trac connect -s $VPNSite -f $VPNP12File -p $VPNP12Password | ||
| + | </ | ||
| + | |||
| + | ===== Disonnect ===== | ||
| + | <code powershell> | ||
| + | # This is powershell | ||
| + | cd " | ||
| + | .\trac disconnect | ||
| </ | </ | ||
| {{tag>kb checkpoint}} | {{tag>kb checkpoint}} | ||
checkpoint-mobile-command-line.1625908056.txt.gz · Last modified: by baumi
