Skip to content

Commit

Permalink
update docs, prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtboren committed Dec 20, 2016
1 parent 4aa28d8 commit d96bbed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### ChangeLog for vNugglets.Utility PowerShell module

#### v1.1, released 20 Dec 2016

- \[new] added function `Find-VNVMWithDuplicateMACAddress` for finding duplicate VM NIC MAC address in vCenter
- \[improvement] updated function `Get-VNVMEVCInfo` to take Cluster object from pipeline, and to take VM object instead of VMId (far better usability)

#### v1.0, released 05 Dec 2016

- created module from many of the juicy snippets/functions that we shared at [vNugglets.com](http://vNugglets.com) over the years
Expand Down
1 change: 1 addition & 0 deletions ToDo.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
- update function `Get-VNUplinkNicForVM` to give more meaningful VDSwitch identification (currently returns something to the effect of `DvsPortset-1` for the VDSwitch name)
- add function for finding duplicate VM NIC MAC address in vCenter
- ?add function for changing VM boot order
- investigate using a PropertyCollector to more quickly retrieve VM network adapter MAC addresses for function `Find-VNVMWithDuplicateMACAddress`
7 changes: 7 additions & 0 deletions done.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
\[feat_UpdateCmdlets]:

- added function `Find-VNVMWithDuplicateMACAddress` for finding duplicate VM NIC MAC address in vCenter
- updated function `Get-VNVMEVCInfo` to take Cluster object from pipeline, and to take VM object instead of VMId (far better usability)


\[feat_InitialModuleCreation]

- function-ize the snippets on vNugglets, improving them as suitable
- improved:
- `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
Expand Down

0 comments on commit d96bbed

Please sign in to comment.