Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 220961

Re: Issue with Remove-VDSwitchVMHost

$
0
0

What does this produce ?

 

$dvSw=Get-VDSwitch-Name$vDSName
$dvSw.ExtensionData.Config.Host|
Select@{N="Host";E={Get-View$_.Config.Host|Select-ExpandPropertyName}},
 
@{N="Uplinks";E={[string]::Join('/',$_.UplinkPortKey)}}

 

Is the ESXi concerned in the list ?


Viewing all articles
Browse latest Browse all 220961

Trending Articles