Is it possible to change the Motherboard serialNumber
value with WMI?
$SN = Get-WmiObject Win32_BaseBoard
$SN.SerialNumber="123456"
$SN.put()
$SN.SerialNumber
The error I got was:
Exception calling "Put" with "0" argument(s): "Provider is not capable of the attempted operation "