Create workstation accounts
This script demonstrates how to add three identical local accounts to five workstations.
[Settings_Begin]
BatchSettings.Delimiter
=TAB
Account.FullName.Col
=1
Account.Password.Col
=3
BatchSettings.MarkerCol
=4
Account.Description.Col
=6
Account.HomeDir
=c:\users\%username%
Account.Expires
=2000-11-08
Account.Password.MustChange
=No
[Settings_End]
[Machines_Begin]
\\FINANCE
\\SALES1
\\SALES2
\\BOSS
\\STEVE
[Machines_End]
[Batch_Begin]
Group.Local.Create
MultiLocal
Data.Loop
Account.create
%col2%
Account.Set.Group.Local
%col2%,Users,MultiLocal
Data.EndLoop
[Batch_End]
[Data_Begin]
Yashin Alexei yasale2 6ed13dc2 Global Workstation User
Lindros Eric lineri2 b56d4917 Global Workstation User
Jagr Jaromir jagjar2 47aa3b5a Global Workstation User
[Data_End]