MaxIeremenko 

By: | 12,617 downloads | Last Updated: 11/9/2024 | Latest Version: 4.3.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,220 downloads | Last Updated: 10/27/2024 | Latest Version: 3.6.0

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

By: | 397 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