AsBuiltReport / AsBuiltReport.VMware.vSphere

Repository for AsBuiltReport VMware vSphere module
https://www.asbuiltreport.com
MIT License
110 stars 39 forks source link

Rewrite of 'ESXi Host PCI Devices' #112

Closed orb71 closed 10 months ago

orb71 commented 11 months ago

VMware has deprecated the capability of gathering PCI Devices information using the Get-EsxCli -v2 command, thereby impacting the script.

Description

Rewrite the original function and use instead Get-VMHostNetworkAdapter, Get-VMHostHba and Get-VMHostPciDevice cmdlets to achieve the same output minus 'Slot Description' Device Class is now reported as

'MassStorage' = Block 'Network' = Ethernet 'Display' = ????? 'SerialBusController' = FiberAdapter

Related Issue

111

Motivation and Context

Not compatible with version 8 and subsequent releases.

How Has This Been Tested?

PowerCLI 13.1 and vSphere 7U3f, should work on release 8 I don't have access to a GPU.

Screenshots (if appropriate):

Types of changes

Checklist: