Has any one come across this issue with a NUC5i5RY?
I’m trying to add it to our standard environment and need to get information from the BIOS to get the build working right. Using WMI queries to retrieve manufacturer, model, serial number and other information from the BIOS is not returning the correct information.
I'm using VBScript and PowerShell to retrieve the information
I’ve tried using
Win32_BIOS
Win32_ComputerSystem (I've blanked out domain, name and primary owner name)
Win32_ComputerSystemProduct
I can see that the information is stored in the BIOS correctly - its just not being returned correctly. I've updated the BIOS to that latest version which didn't help.
Does anyone have any ideas what's happening?