我想用 powershell 显示主板信息但更改参数名称输出

Posted

技术标签:

【中文标题】我想用 powershell 显示主板信息但更改参数名称输出【英文标题】:I want to show motherboard information with powershell but change a parameter name output 【发布时间】:2021-05-14 09:20:38 【问题描述】:

我想将Product : 重命名为Motherboard :

我的代码:

Get-WmiObject win32_baseboard | Format-List Product,Manufacturer

输出:

Product      : Nitro N50-600(DCH)
Manufacturer : Acer

【问题讨论】:

***.com/help/someone-answers 【参考方案1】:

您可以在 PowerShell 中使用计算的属性表达式重命名属性:

Get-WmiObject win32_baseboard | Format-List @Name='MotherBoard';Expression='Product',Manufacturer

在这种情况下,我们告诉Format-List 计算一个新属性Motherboard,它应该从现有Product 属性中获取值

【讨论】:

@FrancisGoudreault 不客气!如果我的回答解决了您的问题,请考虑通过点击左侧的复选标记将其标记为“已接受”:-)

以上是关于我想用 powershell 显示主板信息但更改参数名称输出的主要内容,如果未能解决你的问题,请参考以下文章

更改 DataGrid 的颜色

[fullcalendar]让 listMonth 显示比月份更多的详细信息

Windows API 获取主板型号和名称

powershell powershell脚本使用姓氏和给定名称更改AD用户显示名称。

powershell 用户信息列表更改

Powershell用双引号和新行替换