#list current vswitch configuration
esxcli network vswitch standard list
# list Distributed Switch configuration
esxcli network vswitch dvs vmware list
# list vmkernel interfaces and their configuration
esxcli network ip interface list
# display listing of physical adapters and their link state
esxcli network nic list
# unlink an uplink
esxcli network vswitch standard uplink remove --uplink-name=vmnic --vswitch-name=vSwitch
# add an uplink
esxcli network vswitch standard uplink add --uplink-name=vmnic33 --vswitch-name=iotSwitch
#List Port Group
esxcli network vswitch standard portgroup list
esxcli network vswitch standard portgroup add --portgroup-name="IOT Network" --vswitch-name=iotSwitch
esxcli network vswitch standard portgroup remove --portgroup-name=<name> --vswitch-name=vSwitch1