RAS\_IsRasInstalled
VB Scripting Library > RAS (Remote Access Services) functions
Description
Section titled “Description”Function to test if a RemoteAccessService is installed
Syntax
Section titled “Syntax”RAS_IsRASInstalled() As Boolean
Return value
Section titled “Return value”Result will be stored in gbValue
Example
Section titled “Example”VBScript
If bStatus Then bStatus = RAS_IsRasInstalled() If bStatus Then bStatus = Job_WriteLog("Custom", "gbValue: " & gbValue, bStatus, True)Related functions
Section titled “Related functions”RAS_CreateModemConnection RAS_CreateVPNConnection RAS_GetConnectionPath RAS_SetTCPIPProperties RAS_SetUIProperties RAS_SetVPNSecurityProperties RAS_DeleteConnection