/
RAS_SetUIProperties
RAS_SetUIProperties
Description
Setup existing RAS connection
Syntax
RAS_SetUIProperties(sConnectionName, bShowProgress, bDisplayCredentials, bDisplayDomain, bDisplayTrayIcon) As Boolean
Parameters
sConnectionName (String)
A friendly name for the connection
bShowProgress (Boolean)
Display progress when connecting
bDisplayCredentials (Boolean)
Prompt for password, certificate, etc.
bDisplayDomain (Boolean)
Include windows logon domain
bDisplayTrayIcon (Boolean)
Show icon in notification area when connected
Example
VBScript
If bStatus Then bStatus = RAS_SetUIProperties("ACME", True, True, True, True)
Related functions
, multiple selections available,
Related content
CMS_AddUnitToWSUSUnAssignedGroup
CMS_AddUnitToWSUSUnAssignedGroup
More like this
CMS_AddComputerToStaticGroup
CMS_AddComputerToStaticGroup
More like this
$InputObject.ShowMessageBox
$InputObject.ShowMessageBox
More like this
OSD_SetOEMWallpaper
OSD_SetOEMWallpaper
More like this
Sys_GetSerialNumber
Sys_GetSerialNumber
More like this
OSD_InjectXPMassStorage
OSD_InjectXPMassStorage
More like this