/
RAS_SetVPNSecurityProperties
RAS_SetVPNSecurityProperties
Description
Setup the security properties for an existing RAS connection
Syntax
RAS_SetVPNSecurityProperties(sConnectionName, bUseCurrentCredentials, bDataEncryptionRequired) As Boolean
Parameters
sConnectionName (String)
A friendly name for the connection
bUseCurrentCredentials (Boolean)
Automatically use windows logon and password (and domain if any)
bDataEncrytionRequired (Boolean)
Require data encryption (and disconnect if none)
Example
VBScript
If bStatus Then bStatus = RAS_SetVPNSecurityProperties("ACME", True, True)
Related functions
, multiple selections available,
Related content
Global Security Configuration
Global Security Configuration
More like this
CMS_AddUnitToWSUSUnAssignedGroup
CMS_AddUnitToWSUSUnAssignedGroup
More like this
CMS_AddComputerToStaticGroup
CMS_AddComputerToStaticGroup
More like this
Sys_GetSerialNumber
Sys_GetSerialNumber
More like this
OSD_InjectXPMassStorage
OSD_InjectXPMassStorage
More like this
CapaOne AdminOnDemand
CapaOne AdminOnDemand
More like this