GuillaumeDorschner / PowerShell-Html-create

Create a html page of your folder (like a explorer) with powershell can only open txt / picture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerShell HTML Explorer

is a tool designed to generate a web-based file explorer from a PowerShell script. This utility creates an HTML page that represents the structure and details of a specified folder, allowing for an easy and interactive way to browse its contents.

Preview

98032218-f810e200-1e13-11eb-9198-e356873dc0e7

Prerequisites

🚧 You need to configure the parametre.ini 🚧 You need to Allow execution of PowerShell scripts for that execute powershell on SUPER user on type this:

Set-ExecutionPolicy RemoteSigned

Usage

To execute the programme in the powershell is this commande

./htmlceation.ps1

Config

Example of the parametre.ini

[Title]
Name=Title

[Files]
C:\"Your Path"

[Infos]
Name=yes
Date=yes
Taille=yes

[Extensions]
.txt
.jpg
.png

[Exclusions]
All folder you don't want put the path

About

Create a html page of your folder (like a explorer) with powershell can only open txt / picture

License:MIT License


Languages

Language:PowerShell 100.0%