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.
LogFile | The location of a file to which debug information is written. |
Config | Specifies one or more configuration settings. |
LogFile | The location of a file to which debug information is written. |
Name | The 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.
VPNDeletedEntry | Represents 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.
IgnoreModemSpeaker | Whether the cmdlet will ignore the default modem speaker settings. |
IgnoreSoftwareCompression | Whether the cmdlet will ignore the default software compression settings. |
OverrideEntrySetting | Whether or not to use the cmdlet settings when dialing a phone book entry. |
PausedStates | Whether the cmdlet will accept paused states. |
PauseOnScript | Tells the cmdlet to display a logon terminal. |
SetModemSpeaker | Whether the cmdlet will use the modem speaker. |
SetSoftwareCompression | Whether the cmdlet will use software compression. |
UseCustomScripting | Tells the cmdlet to use custom script DLLs. |
UsePrefixSuffix | Whether or not to use the dialing prefix and suffix in the phone book. |
UseRemoteDefaultGateway | Whether or not the entry should use the default gateway on the remote network. |
VPNType | Sets the VPN Type when creating entries with NetDial. |
UseBackgroundThread | Whether threads created by the cmdlet are background threads. |
UseInternalSecurityAPI | Tells the cmdlet whether or not to use the system security libraries or an internal implementation. |