View Single Post
Old 28-11-2007, 05:54 PM   #2
Daveg
Guest
 
Posts: n/a
Re: isnert serial # for computer name

One way to do it is leverage a database within BDD using SQL Express
or SQL 2005. You can create a record via the workbench for this
computer and assign it a name. BDD will query the DB during
deployment and assign it the appropriate name based on your record.

daveg

  Reply With Quote