- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you already try like this?
$esxName = 'MyEsx'
$esx = Get-VMHost -Name $esxName
$esxcli = Get-EsxCli -VMHost $esx -V2
$esxcli.hardware.usb.passthrough.device.list.Invoke()
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference