I would like to add below line into my notes. I will be happy if this help you as well.
Get-VM | Get-NetworkAdapter | Where-object {$_.Type -ne "Vmxnet3"} | Select @{N="VM";E={$_.Parent.Name}},Name,Type | Out-GridView
Thank you,
Team vCloudNotes
Get-VM | Get-NetworkAdapter | Where-object {$_.Type -ne "Vmxnet3"} | Select @{N="VM";E={$_.Parent.Name}},Name,Type | Out-GridView
Thank you,
Team vCloudNotes
0 Comments:
Post a Comment