sysprep.inf and commputer 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
 
You would probably have to program it yourself (or ask a friend).

I've seen a solution with Automated Deployment Services (ADS). ADS is a part
of a feature pack for Windows Server 2003. It is a free download from:
http://www.microsoft.com/windowsserver2003/techinfo/overview/adsbenefits.mspx
They do it this way.
- Prepare a template sysprep.inf file
- You put keywords in places where you want substitution. For example
ComputerName=$CompNam$
- You assign diferrent name to each computer ie $CompNam$
- The new name is substituted in target sysprep.inf file. Of course, each
computer has unique sysprep.inf file.

Dusko Savatovic
 
Back
Top