A quick blurb on the DRSRule PowerShell module for managing VMware DRS rules via PowerShell/PowerCLI: the module is updated with several bugfixes and enhancements.
Possibly as exciting of news: the module is now available on the official PowerShellGallery, so it is a snap to install/update the module on your machine!
As with any module on the PowerShellGallery, you save the module with the Save-Module cmdlet (so that you can inspect the code and ensure that things are good -- security first!). And, you install the module with the Install-Module cmdlet.
The straightforward and memorable instructions for saving- and/or installation of a module are available by default on each module's Gallery page. For this module, see https://www.powershellgallery.com/packages/DRSRule.
Enjoy!
15 July 2018
18 June 2017
Updated vNugglets.Utility PowerShell module: v1.2!
As for the easier means by which to get the module: now you can grab the vNugglets.Utility module in the same way that you get everything else from the PowerShell Gallery. You save the module with the Save-Module cmdlet (so that you can inspect the code and ensure that things are good -- security first!). And, you install the module with the, you guessed it, the Install-Module cmdlet. Also, you can see the straightforward instructions for this saving- and installation of the module at https://www.powershellgallery.com/packages/vNugglets.Utility.
And, the details about the updates in the latest version are chronicled in the ChangeLog (which is in the module's repo at the vNugglets GitHub project vNuggletsPSMod). Enjoy the new goodness, and, as always, let us know how it can be better (or, collaborate with us on GitHub)!
05 December 2016
vNugglets PowerShell module release!
So, why not make what the people want: a vNugglets PowerShell module? Why not indeed. So, we did. This initial module release not only focused on function-ifying snippets, standardizing parameters, fleshing out comment-based help (many of the hallmarks of a legitimate PowerShell module), but also set about improving on several of the vNugglets snippets/functions from across the years -- hurray! It also captured ideas on several improvements to make in the near future.
For now the module will live at the vNugglets GitHub project vNuggletsPSMod. It has all kinds of informative supporting docs, like the ReadMe (with a QuickStart section) and the ChangeLog, that will fill you in on all of the nitty-gritty details.
Examples
We also made a vNugglets.Utility Example page so that you can see straight away what are some of the exciting capabilities of this module.As for getting the module itself, check out the vNuggletsPSMod Releases page, which has the .zip file of just the PowerShell module (see the QuickStart mentioned above for getting started with the module). The future fate of the module may be that it is housed in the PowerShell Gallery, but we have not invested the time to work on that just yet.
So check out the docs, grab the module, and let the good times roll with a newly born module that will surely be near and dear to all of our hearts. And, now that we have the project on GitHub, please feel free to help us out in making it even mo better!
16 November 2016
Updated PowerShell Module for Sortable HTML Reporting -- NewHtmlReport v1.2
Great news -- we've updated the NewHtmlReport PowerShell module -- v1.2! Refresher: this is a module to "easily create functional, somewhat styled HTML reports from data, providing additional functionality to what the base ConvertTo-Html cmdlet provides".
The NewHtmlReport GitHub repo has the whole project, and the Releases page has the link to the .zip file with just the PowerShell module code itself.
The module is now a bit more modern, as we have added things like:
Also, the ReadMe has good info about the module, including the Quick Start steps, and the ChangeLog has more detail on what things changed and how.
Enjoy!
The NewHtmlReport GitHub repo has the whole project, and the Releases page has the link to the .zip file with just the PowerShell module code itself.
The module is now a bit more modern, as we have added things like:
- support for accepting objects from pipeline in the New-HtmlReport function
- cmdlet-based module configuration
- JSON-based module configuration storage
- CDN-based resource usage for the jQuery and TableSorter JS libraries by default, for ease of "getting up and going" right out of the box
Also, the ReadMe has good info about the module, including the Quick Start steps, and the ChangeLog has more detail on what things changed and how.
Enjoy!
12 January 2016
XtremIO PowerShell Module Updated -- v0.9.5 available
Oh, and, while the cmdlets all have built-in help with examples (like every cmdlet should), there is now a GitHub Pages page with a whole slew of examples with output. See https://mtboren.github.io/XtremIO.Utils/ for a load of such examples. The readme has a link to that page, but sometimes people don't read the readme. Yes, really.
While you've probably already gone to the changelog to see all of the gorey details, one other tidbit about this version: the amount of change in this release probably warranted incrementing the "minor" version number of the module, but "0.10.0" seems odd, and it's not time for v1.0 yet. So, v0.9.5 it is. Enjoy!
13 December 2015
New PowerShell Module for Sortable HTML Reporting -- NewHtmlReport
A couple of years ago, after wanting to make some HTML reports to present tabular data that included a bit of style and interactivity, we created a PowerShell module for such things. While there are some posts/scripts on the web that address this need in various ways, we wanted an easy to use, straight forward, flexible way.
Now we've added a GitHub repository to house this NewHtmlReport Powershell module project. The module uses many of the features of ConvertTo-Html, but goes further by adding things like:
Also, check out the ReadMe and the help at the GitHub repo. And, for the next feature/fix that you desire: fork it!
Now we've added a GitHub repository to house this NewHtmlReport Powershell module project. The module uses many of the features of ConvertTo-Html, but goes further by adding things like:
- jQuery and TableSorter support for HTML tables
- centralized style and script configuration, for uniform results across reports
- "hightlighting" of rows' values (to bring focus to rows whose values might be of concern, like a datastore usage value that is over a desired threshold)
- number formatting so as to make report generation even quicker and easier (you can pass your raw data in, and the cmdlets can handle rounding for you)
Also, check out the ReadMe and the help at the GitHub repo. And, for the next feature/fix that you desire: fork it!
15 November 2015
XtremIO PowerShell Module Updated and on GitHub -- v0.9.0 available
And, if you missed it, the previous v0.8.x releases focused on implementing some PowerShell-y features/functionality, with some great strides in pipelining capabilities of several of the cmdlets.
Note about the changelog and whatnot: we will be using GitHub as the official home for the module's code, and, so, the changelog available there will be the authoritative source, instead of the copies that we previously hosted at vNugglets.com. The module's general info page here at vNugglets now holds links to this new home.
Subscribe to:
Posts (Atom)