【发布时间】:2014-12-27 23:29:48
【问题描述】:
是否可以使用 WMI 更改主板 serialNumber 的值?
$SN = Get-WmiObject Win32_BaseBoard
$SN.SerialNumber="123456"
$SN.put()
$SN.SerialNumber
我得到的错误是:
Exception calling "Put" with "0" argument(s): "Provider is not capable of the attempted operation "
【问题讨论】:
-
成功了吗?您收到错误消息了吗?
-
@MikeShepard 不起作用这是错误消息
Exception calling "Put" with "0" argument(s): "Provider is not capable of the attempted operation " -
那种信息属于post,不是cmets。 :-)
标签: windows powershell wmi