/
RAS_DeleteConnection
RAS_DeleteConnection
Description
Delete an existing RAS connection
Syntax
RAS_DeleteConnection(sConnectionName) As Boolean
Parameters
sConnectionName (String)
The friendly name for the connection you want to delete
Example
VBScript
If bStatus Then bStatus = Ras_DeleteConnection("ACME VPN")
Relate functions
, multiple selections available,
Related content
$cs.File_DelFile
$cs.File_DelFile
More like this
$cs.File_DeleteLineInFile
$cs.File_DeleteLineInFile
More like this
$cs.UsrMgr_RemoveUserFromLocalGroup
$cs.UsrMgr_RemoveUserFromLocalGroup
More like this
$cs.Reg_DelTree
$cs.Reg_DelTree
More like this
CMS_RemovePackageFromUnit
CMS_RemovePackageFromUnit
More like this
CMS_AddComputerToStaticGroup
CMS_AddComputerToStaticGroup
More like this