For my computer the command Get-CimInstance Win32_BIOS
always return System Serial Number
as the Serial number, this cause the device posture check is insecure cause a lot of other computers will have the same result
Could we use wmic baseboard get product,Manufacturer,version,serialnumber
to get the serial number in the future release to solve this problem?