Reply to Message

View discussion in a popup

Replying to:
LucD
Leadership
Leadership

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

Reply
0 Kudos