Renaming computers in Sysprep

G

Guest

As part of an XP rollout I am looking for a way to automatically provide a unique name to each workstation. Can this be done using Sysprep?
 
M

Mike Kolitz

Sysprep can automatically generate a name for the computer if you add this
directive to the Sysprep.inf file:

[UserData]
ComputerName = *

The name will be based on the Company Name you provide. If your Company
Name in Acme, it will likely generate a name like ACME-1234ABC, for example.
 
G

Guest

Is there a way to modify the answer file so that it will prompt you for a unique computer name of your own choosing?

Mike Kolitz said:
Sysprep can automatically generate a name for the computer if you add this
directive to the Sysprep.inf file:

[UserData]
ComputerName = *

The name will be based on the Company Name you provide. If your Company
Name in Acme, it will likely generate a name like ACME-1234ABC, for example.

--
Mike Kolitz MCSE 2000
MS-MVP - Windows Setup / Deployment


sga826 said:
As part of an XP rollout I am looking for a way to automatically provide a
unique name to each workstation. Can this be done using Sysprep?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top