Skip to content

[2] Installation

Dan Cuomo edited this page Sep 14, 2021 · 2 revisions

Installation

This tool is published on the PowerShell Gallery.

If connected to the internet, use: Install-Module Convert-LBFO2SET

If a certificate issue is found during installation due to use of Pester, please use: Install-Module Convert-LBFO2SET -SkipPublisherCheck

If not connected to the internet, use:

Save-Module Convert-LBFO2SET -Path c:\somefolderpath

Next, move the downloaded modules to the disconnected (air-gapped) system in under C:\Program Files\WindowsPowerShell\Modules...

Clone this wiki locally