if i do this i get:
Manufacturer: <-- nothing
Model: <-- nothing
on a NUC7i3BNH i get:
Manufacturer: Intel Corporation
Model: NUC7i3BNH
so i can't install it with MDT, because i need the model to install the correct drivers
i have the actual bios. can someone please correct this?
Link Copied
Markus,
Right or wrong, because most of the NUC products are sold as kits (and not as systems), Intel chose to leave the string fields for the SMBIOS System and Chassis Information structures blank (it is the fields of the SMBIOS System Information structure that are used to populate the WMI ComputerSystem object). For many years now, both as a member of the development team and now in retirement, I have argued for this to be corrected; that the fields should always be populated as if it was a system-level product. While I was successful getting them to do this for the Compute Sticks and for the NUCs that are sold as systems (like NUC6CAYS), I have not been successful getting them to do this for the NUCs sold as kits.
So, what can you do about this...
wmic baseboard get manufacturer
wmic baseboard get product
Now, the product name string you will receive is the board-level name. There are cases where this may cause confusion. For example, for both the NUC6CAYH and NUC6CAYS products, you will see string NUC6CAYB. Similarly, for the NUC7i3BNH and NUC7i3BNK products, you will see string NUC7i3BNB. Still, this should be sufficient to support MDT automation.
Hope this helps,
...S
We are an enterprise customer and bought our NUCs for business use.
They also do not have these basic standard WMI identifiers.
Your detailed explanation - is that confirmed in writing from Intel as their strategy or have you drawn a conclusion from your knowledge of experience with them?
I cannot see that even the "its a kit" argument holds any water though tbh (nearly all consumer grade machines i have encountered have this), why would you not stamp this basic info in the fw, other than because Intel produce less units and (from my experience of other OEMs) appear to me to be a bit green around the gills when it comes to the devices and enterprise support. They have some catching up to do i think.
If you want Intel to confirm, you will have to ask them. I am saying this has been how they have handled it all along (it's the difference between L6 and L10 handling). They have made some changes (for example, always providing UUID) and I have asked them to do more; we'll see if this happens. If you have an opinion you want them to hear, contact Intel Customer Support directly and open a ticket...
...S
For more complete information about compiler optimizations, see our Optimization Notice.