sysprep.inf and computer name

  • Thread starter Thread starter dp
  • Start date Start date
D

dp

Hi,
I am trying to automate computer name generation in the
sysprep.inf. I want to use the department name as the
prefix and then have a number to differentiate the
machines. For example RTCC1, RTCC2 and so on. Any ideas
on the parameters for this? Basically the organization
name takes care of the prefix part, but what variable
would I use for the numbers?
Thanks
 
dp said:
Hi,
I am trying to automate computer name generation in the
sysprep.inf. I want to use the department name as the
prefix and then have a number to differentiate the
machines. For example RTCC1, RTCC2 and so on. Any ideas
on the parameters for this? Basically the organization
name takes care of the prefix part, but what variable
would I use for the numbers?
Thanks

unfortunately there is no easy way to do this. you'd need to come up with a
scripting methodology that would modify the INF file for each install.
 
Back
Top