ReportCardPS
ReportCardPS copied to clipboard
Powershell Module for generating little Html report cards
ReportCardPS
PowerShell Module used to create HTML Reports using VMware's ClarityUI
For now:
Download the 2 files. (Invoke-vCenterHomeReport.ps1 & vCenter_Template.html) Source the .ps1 '. .\Invoke-vCenterHomeReport.ps1'
Use the Comment based help if needed: 'get-help Invoke-vCenterHomeReport'
Connect to your vCenter!
Then run the function 'Invoke-vCenterHomeReport' add the paths if you want.
Then pop the page up and do whatever you'd like with it.
Future Below this line
Build Status
Docs
Getting Started
Install from the PSGallery and Import the module
Install-Module ReportCardPS
Import-Module ReportCardPS
More Information
For more information
This project was generated using Kevin Marquette's Full Module Plaster Template.