Operation Manual

Deployment
48
Copyright © Acronis, Inc., 2000-2007
Figure 36. User information
To edit the selected account, click Edit and change the user name, group or
password.
To delete the selected account, click the Delete button.
6.7 Computer name
At this step, you can specify name and membership of target computers.
Windows uses that information to identify computers on the network.
To generate unique names for target computers use wild card
{start[,count]}, where start – first given numeral value and count
(optional) - last numeral. For better visual perception, a wild card can be used
with text combinations for example: Text{start[,count]}.
Following examples describe the wild card using:
{start} – use the current wild card for simple ascending enumeration of
target PCs from start number to the last PC (N):
Computer{0}
target computers will have following names: Computer0,
Computer1, Computer2, ..., ComputerN
{start,count} – use the current wild card if you want to enumerate
group of target computers in ascending order from start number to the
specified count number:
Computer{3,6} – target computers will
have following names: Computer3, Computer4, Computer5,
Computer6
{start1,count1}{start2,count2} – use the current wild card for
double-valued target computers enumeration, example:
Computer{2,3}{5,4} – target computers will have following
names: Computer25, Computer26, Computer27, Computer28,
Computer35, Computer36, Computer37, Computer38, Computer45,
Computer46, Computer47, Computer48