Skip to content

Commit d96bbed

Browse files
committed
update docs, prep for release
1 parent 4aa28d8 commit d96bbed

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### ChangeLog for vNugglets.Utility PowerShell module
22

3+
#### v1.1, released 20 Dec 2016
4+
5+
- \[new] added function `Find-VNVMWithDuplicateMACAddress` for finding duplicate VM NIC MAC address in vCenter
6+
- \[improvement] updated function `Get-VNVMEVCInfo` to take Cluster object from pipeline, and to take VM object instead of VMId (far better usability)
7+
38
#### v1.0, released 05 Dec 2016
49

510
- created module from many of the juicy snippets/functions that we shared at [vNugglets.com](http://vNugglets.com) over the years

ToDo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
- update function `Get-VNUplinkNicForVM` to give more meaningful VDSwitch identification (currently returns something to the effect of `DvsPortset-1` for the VDSwitch name)
1515
- add function for finding duplicate VM NIC MAC address in vCenter
1616
- ?add function for changing VM boot order
17+
- investigate using a PropertyCollector to more quickly retrieve VM network adapter MAC addresses for function `Find-VNVMWithDuplicateMACAddress`

done.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
\[feat_UpdateCmdlets]:
2+
3+
- added function `Find-VNVMWithDuplicateMACAddress` for finding duplicate VM NIC MAC address in vCenter
4+
- updated function `Get-VNVMEVCInfo` to take Cluster object from pipeline, and to take VM object instead of VMId (far better usability)
5+
6+
17
\[feat_InitialModuleCreation]
8+
29
- function-ize the snippets on vNugglets, improving them as suitable
310
- improved:
411
- `Get-VNVMHostBrokenUplink` -- added more properties to returned object for more easily relating the given vmnic to the VMHost and vSwitch of which it is a part

0 commit comments

Comments
 (0)