You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Contents:
6
6
-[Getting Help](#gettingHelpSection)
7
7
-[ChangeLog](#changelog)
8
8
9
-
This PowerShell module provides functionality to automate the management of VMware vSphere virtual distributed networking items for which VMware PowerCLI does not already provide support. For example, for the reporting on-, creation of-, and removal of traffic filtering and marking rules at the vDPortgroup level.
9
+
This PowerShell module provides functionality to automate the management of VMware vSphere virtual distributed networking items for which VMware PowerCLI does not already provide support. For example, for the reporting on-, creation of-, and removal of traffic filtering and marking rules at the vDPortgroup level. Another capability: managing the VDUplink of which a VMHost VMNIC is a part.
10
10
11
11
Some of the functionality provided by the cmdlets in this module:
12
12
- Get VDPortgroup traffic policy
@@ -15,12 +15,13 @@ Some of the functionality provided by the cmdlets in this module:
15
15
- Create traffic policy rule qualifiers, for use in creation of new policy rules
16
16
- Create new traffic rules for the ruleset for the given vDPortgroup
17
17
- Remove given traffic rule(s) from a vDPortgroup
18
+
- Set the VDSwitch Uplink for a VMHost physical NIC ("VMNIC") on the VDSwitch of which the VMNIC is already a part
18
19
19
20
<aid="quickStart"></a>
20
21
### QuickStart
21
22
Chomping at the bit to get going with using this module? Of course you are! Go like this:
22
23
- This module available in the PowerShell Gallery! To install it on your machine or to save it for inspection, first, use one of these:
23
-
- Install the module:
24
+
- Install the module (maybe after you've inspected it first with the command after this):
#### `Get-VNVSwitchByVMHostNetworkAdapter`: Get the virtual switch (standard or distributed) with which the given VMHostNetworkAdapter physical NIC is associated, if any.
45
+
46
+
```PowerShell
47
+
## Get the vSwitch with which VMNIC2 on myVMHost0.dom.com is associated
#### `Set-VNVMHostNetworkAdapterVDUplink`: Set the VDSwitch Uplink for a VMHost physical NIC ("VMNIC") on the VDSwitch of which the VMNIC is already a part
111
+
112
+
```PowerShell
113
+
## Set the VMNIC "vminic3" from VMHost myVMHost0.dom.com to be in VDUplink "Uplinks-02" on VDS myVDSwitch0 (the vDSwitch of which VMNIC3 is a part)
## Set the VMNICs "vminic2", "vminic3" from VMHost myVMHost0.dom.com to be in VDUplinks "Uplinks-01", "Uplinks-02" on VDS myVDSwitch0 (the vDSwitch of which VMNIC2 and VMNIC3 are a part)
0 commit comments