Reply to Message

View discussion in a popup

Replying to:
kunaludapi
Expert
Expert

For Ip,Hostname, Hardware, Bios version, model, cpu Family, biosversion

Get-VMHost | Select-object Name,`

        @{N="IPAddress"; E={($_ | Get-VMHostNetwork).VirtualNic | Where-Object {$_.ManagementTrafficEnabled}}},`

        Manufacturer, Model, ProcessorType, @{N="BIOS version";E={$_.ExtensionData.Hardware.BiosInfo.BiosVersion}}`

        @{N="HBA";E={$_.ExtensionData.Hardware.BiosInfo.BiosVersion}}

for FC card details try below command.

Get-VMHosthba

--------------------------------------------------------------- Kunal Udapi Sr. System Architect (Virtualization, Networking And Storage) http://vcloud-lab.com http://kunaludapi.blogspot.com VMWare vExpert 2014, 2015, 2016 If you found this or other information useful, please consider awarding points for "Correct" or "Helpful".
Reply
0 Kudos