Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.82 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.82 KB

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

Build status PS Gallery Coverage Status Documentation Status

Alt text

Docs

Help

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.