Vmware PowerCL 主机硬件的单元
快速的一行,让你的你的主机硬件信息的概要:Get-VMHost |SortName |Get-View |
SelectName,
@{N=“Type“;E={$_.Hardware.SystemInfo.Vendor+““+$_.Hardware.SystemInfo.Model}},
@{N=“CPU“;E={“PROC:“+$_.Hardware.CpuInfo.NumCpuPackages +“ CORES:“+$_.Hardware.CpuInfo.NumCpuCores +“ MHZ: “+ [math]::round($_.Hardware.CpuInfo.Hz /1000000, 0)}},
@{N=“MEM“;E={“”+ [math]::round($_.Hardware.MemorySize / 1GB, 0) +“ GB“}} | Export-Csvc:\hostinfo.csv
Output Example:
NameTypeCPUMEMprod01.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 8 MHZ: 299332 GBprod02.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 8 MHZ: 299332 GBprod03.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 8 MHZ: 299332 GBprod04.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 4 MHZ: 299316 GBtst10.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 8 MHZ: 266016 GBtst11.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 8 MHZ: 266016 GBtst12.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 8 MHZ: 266016 GBtst13.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 8 MHZ: 299232 GBtst14.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 8 MHZ: 299232 GBtst15.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 8 MHZ: 299232 GBtst16.domain.localDell Inc. PowerEdge 2950PROC: 2 CORES: 8 MHZ: 299232 GB51cto.com/a/luyoujiaohuan/index.html
http://www.net527.com
Linux 系统
页:
[1]