RAS example
Top  Previous  Next


[Settings_Begin]
BatchSettings.Delimiter=TAB
Account.FullName.Col=1
SET username=%col2%
Account.Password.Col=3
BatchSettings.MarkerCol=4
Account.Description.Col=6
Account.HomeDir=W:\
account.Expires=2000-12-12
Account.ProfilePath=%servername%\PROFILES\RAS
Account.ScriptName=DIAL.BAT
// RAS Settings
Account.RAS.GrantDialin=Yes
Account.RAS.callback=Preset // No | Bycaller | Preset
Account.RAS.CallBack.Phone=0123456789
[Settings_End]

[Machines_Begin]
\\x5012b
[Machines_End]

[Batch_Begin]
Group.Global.Create RAS
Data.Loop 
 Account.Create %username%
 Account.Set.Group.Global %username%,Domain Users,RAS   
 Account.Set.RAS %username%
Data.Endloop 
[Batch_End]

[Data_Begin]
FullName   UserName   PassWord
[Data_End]