Jump to content

captcalc

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by captcalc

  1. I'd recommend getting the MAC Address using WMI and then using that value with the NetCardAddress Setting in the unattend.txt.

    To get the Mac Address use the MacAddress property from the Win32_NetworkAdapterConfiguration object)

    You can then insert this value directly into your unattend.txt like below:

    NetCardAddress=00:00:00:00:00

    And when you use the NetCardAddress Setting, you don't have to use the PCI Bus, Device, and Function Number settings to distinguish which card you are using. :)

    Good Luck!

    captcalc

×
×
  • Create New...