MaxIeremenko 

By: | 22,142 downloads | Last Updated: 10/5/2025 | Latest Version: 4.4.0

This module for MSSQL Server, PostgreSQL and MySQL, allows to execute scripts, database migrations and export data. PowerShell versions: desktop 5.1, core 7.2+.

By: | 1,813 downloads | Last Updated: 11/22/2025 | Latest Version: 3.10.0

This module helps to manage third party libraries and their licenses in .net applications. PowerShell versions: core 7.2+.

By: | 637 downloads | Last Updated: 4/13/2024 | Latest Version: 1.0.0

ZipAsFolder is a PowerShell FileSystem provider lets you get, add, change, clear, and delete files and directories in zip archives. Example New-Item zf:/archive.zip # new empty zip archive Set-Content zf:/archive.zip/file.txt "hello from zf" # add a text file into the archive New-Item zf:/archive.zip/directory -ItemType Directory ... More info