Hi i've created columns in the dbo.ComputerIdentity on SQL everything works perfect but i've just checked in the MDT 2012 database in the Computers that the columns value no longer correspond to the title exept the ID
asset tag is returning the date
MAC Address is returning windowsversionID
...
In SQL my columns are ID,ComputerName, Date, Domain, WindowsVersionTXT, WindowsVersionID, ClockProcessor...
as i see ID in MDT is column 1 in SQL
Description is column 2 in SQL
AssetTag is column 3 in SQL
UUID is column 4 in SQL
SerialNumber is column 5 in SQL
MACAddress is column 6 in SQL
Is there a way to change the order in MDT?
Thanks