Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daniel-lerch/psmodules

A collection of useful PowerShell modules
https://github.com/daniel-lerch/psmodules

mariadb-server mysql-server powershell powershell-modules

Last synced: 3 months ago
JSON representation

A collection of useful PowerShell modules

Awesome Lists containing this project

README

        

# PSModules

This repository contains a bundle of PowerShell modules useful for developers.
Run `install.ps1` with PowerShell to copy all modules to your local modules folder.

## Modules

### Database
This module was initially developed for [Skynet](https://github.com/skynet-im/skynet-server) but has been useful for many different projects.

Functions
- `Install-DbServer [-MySQL] [-MariaDB]`
- `Start-DbServer [-MySQL] [-MariaDB]`
- `Stop-DbServer`
- `Start-DbCli [-Database ]`

Database Server are installed to `%LOCALAPPDATA%\Programs\Database Servers\`.

### Storage
This module is for power users who are missing some GNU core utils on their Windows system.

Functions
- `Clear-PhysicalDrive -Number ` (requires elevated permissions)
- `Remove-DuplicateFiles `
- `Remove-CorruptedFiles -Path ...`

### Webfilter
This module is for people who want to play around with filter lists. It's presets are currently focussed on testing adult content filters but can be easily extended.

Functions
- `Test-DnsServer`