Quick Start

Create a basic report:

Import-Module .\Module\HtmlForgeX.psd1

New-HtmlX -Title "Quick Report" -FilePath .\quick-report.html {
    New-HtmlXPage {
        New-HtmlXSection -Title "Overview" {
            New-HtmlXText -Text "Generated from PowerShell." -Style Muted
        }
    }
}

Next:

  • Explore cmdlet groups in this section.
  • Browse full cmdlet reference at /api/powershell/ .