Deployment Solution

 View Only
  • 1.  DS 6.9 - Computers automatically populated using Serial Number

    Posted Sep 02, 2012 09:55 PM

    We are booting into WinPE, when the DAgent connects its populating in the DS Console as the computers serial number therefore when it builds it uses the Serial Number as the Computer Name.

    How can we get them to use the Asset Tag set in the BIOS?



  • 2.  RE: DS 6.9 - Computers automatically populated using Serial Number
    Best Answer

    Posted Sep 02, 2012 10:17 PM


  • 3.  RE: DS 6.9 - Computers automatically populated using Serial Number

    Posted Sep 04, 2012 05:03 AM

    I use this to look at the asset tag:

    for /F "skip=2 tokens=2 delims=," %%a in ('wmic systemenclosure get smbiosassettag /FORMAT:csv') do (set "asset=%%a")