Skip to content

RAS\_GetConnectionPath

VB Scripting Library > RAS (Remote Access Services) functions

Returns the path to an existing RAS connection

RAS_GetConnectionPath(sConnectionName) As Boolean

sConnectionName (String)

The friendly name for the path you want to get

Result will be stored in gsValue.

VBScript

If bStatus Then bStatus = RAS_GetConnectionPath("ACME VPN")

Scripting Guidelines