VD Switch Category
Cmdlets are usually implemented around resource operations. The four basic operations are CREATE, READ, UPDATE and DELETE. This set of operations is known as CRUD. Most of the cmdlets support CRUD which are respectively cmdlets that start with the New/Get/Set/Remove cmdlet verbs but they also may have additional operations.
Step 1: Run commands from the CRUD group
You can REMOVE objects by using Remove-VDSwitchPhysicalNetworkAdapter cmdlet.
Step 2: Explore More Related Commands:
Add-VDSwitchPhysicalNetworkAdapter | This cmdlet adds host physical network adapters to a vSphere distributed switch. |
Add-VDSwitchVMHost | This cmdlet adds hosts to the specified vSphere distributed switch. |
Export-VDSwitch | This cmdlet exports the configuration of a specified vSphere distributed switch to a .zip file. |
Get-VDSwitch | This cmdlet retrieves vSphere distributed switches. |
Get-VDSwitchPrivateVlan | This cmdlet retrieves the private VLAN configuration entries of a vSphere distributed switch. |
New-VDSwitch | This cmdlet creates vSphere distributed switches. |
New-VDSwitchPrivateVlan | This cmdlet creates private VLAN configuration entries on a vSphere distributed switch. |
Remove-VDSwitch | This cmdlet removes vSphere distributed switches. |
Remove-VDSwitchPrivateVlan | This cmdlet removes private VLAN configuration entries from vSphere distributed switches. |
Remove-VDSwitchVMHost | This cmdlet removes hosts from the specified vSphere distributed switches. |
Set-VDSwitch | This cmdlet modifies the configuration of vSphere distributed switches. |