Jump to content
DeployCentral

mlucas@corjesu.org

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by mlucas@corjesu.org

  1. Before upgrading to Smart Deploy Enterprise 2.0 our unattended deployment would assign the computer's serial number as the computer name. This was achieved by including the following in the answer file.

    <identification>
    <!-- 0 = Assign a new computer name automatically, 1 = Use the following naming method -->
    <naming_mode>1</naming_mode>
    <naming_methods><method>WMI</method><method>EXISTING</method><method>CUSTOM</method></naming_methods>
    <custom_naming_scheme></custom_naming_scheme>
    <prefix></prefix>
    <wmi_query>SELECT SerialNumber FROM Win32_BIOS</wmi_query>
    </identification>
    Since upgrading to 2.0, and building new boot media, this is no longer working.
×
×
  • Create New...