Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daniel-lerch/psmodules
- Owner: daniel-lerch
- License: mit
- Created: 2020-08-20T10:23:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T12:13:56.000Z (7 months ago)
- Last Synced: 2024-09-28T11:04:38.612Z (3 months ago)
- Topics: mariadb-server, mysql-server, powershell, powershell-modules
- Language: PowerShell
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`