Skip to content

Installation

Cédric Belin edited this page Mar 2, 2026 · 3 revisions

Requirements

Before installing HtmlForPS, you need to make sure you have PowerShell up and running.

You can verify if you're already good to go with the following command:

pwsh --version
# PowerShell 7.5.4

Installing with PSResourceGet package manager

1. Install it

From a command prompt, run:

Install-PSResource -Name Html -Repository PSGallery

2. Import it

Now in your PowerShell code, you can use:

Import-Module -Name Html

Clone this wiki locally