Published 1月 25, 2023 by Kevin

用Powershell找出notebook的硬體序號

用Powershell找出notebook的硬體序號

由於微軟將停止開發wmic,將用powershell for wmi取代這個功能,所以也找了一下怎麼用powershell來找notebook的序號:

  • Get-WmiObject win32_bios | select Serialnumber

      edit