NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

Remove-VPN Cmdlet

Parameters   Output Objects   Configuration Settings  

The Remove-VPN cmdlet can be used to delete an existing VPN connection on the system.

Syntax

Remove-VPN [parameters]

Remarks

The user can specify a the Name of the VPN connection to delete;


# remove a new VPN connection
remove-vpn -name "NewEntry"

Parameter List


The following is the full list of the parameters of the cmdlet with short descriptions. Click on the links for further details.

LogFileThe location of a file to which debug information is written.
ConfigSpecifies one or more configuration settings.
LogFileThe location of a file to which debug information is written.
NameThe name of the VPN connection.

Output Objects


The following is the full list of the output objects returned by the cmdlet with short descriptions. Click on the links for further details.

VPNDeletedEntryRepresents a deleted VPN entry.

Configuration Settings


The following is a list of configuration settings for the cmdlet with short descriptions. Click on the links for further details.

IgnoreModemSpeakerWhether the cmdlet will ignore the default modem speaker settings.
IgnoreSoftwareCompressionWhether the cmdlet will ignore the default software compression settings.
OverrideEntrySettingWhether or not to use the cmdlet settings when dialing a phone book entry.
PausedStatesWhether the cmdlet will accept paused states.
PauseOnScriptTells the cmdlet to display a logon terminal.
SetModemSpeakerWhether the cmdlet will use the modem speaker.
SetSoftwareCompressionWhether the cmdlet will use software compression.
UseCustomScriptingTells the cmdlet to use custom script DLLs.
UsePrefixSuffixWhether or not to use the dialing prefix and suffix in the phone book.
UseRemoteDefaultGatewayWhether or not the entry should use the default gateway on the remote network.
VPNTypeSets the VPN Type when creating entries with NetDial.
UseBackgroundThreadWhether threads created by the cmdlet are background threads.
UseInternalSecurityAPITells the cmdlet whether or not to use the system security libraries or an internal implementation.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]