- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Luc
That was my mistake while copying i missed commas.No it is not writing Fnic and Enic driver and vendor details.Can you correct this script to get those details.
I'm missing where to add this ..
$esxcli = Get-EsxCli -VMHost
Because in
$esxcli.software.vib.list() how to sepecify host and for HBA and nic driver details.
$esxcli.hardware.pci.list() |where {$hbaNames -contains $_.VMKernelName} |select VendorName
Regards
Vineeth.K