Some tools to debug and analysis your network.
For the usage documentation see in the docs folder.
Currently you must download the module manual, by downloading everything from the
src
folder and run:Import-Module CZ.PowerShell.NetworkTools.psd1
;
To contribute to this project do the following:
- Write a comment on an issue that you start working on it
- if no issue exist create a new one
- Fork the repo
- Create a new branch in your fork for this issue
- Start implementing your changes
- Open a pull request to this repo (target branch master)
- Wait for feedback and repeat step 4 and 6
- Merge your pull request if all checks are green
This project is licensed under the MIT License - see the LICENSE file for details.