https://github.com/codez-one/cz.powershell.networktools
Some tools to debug and analysi your network.
https://github.com/codez-one/cz.powershell.networktools
Last synced: 6 months ago
JSON representation
Some tools to debug and analysi your network.
- Host: GitHub
- URL: https://github.com/codez-one/cz.powershell.networktools
- Owner: codez-one
- License: mit
- Created: 2021-04-25T01:02:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T20:05:49.000Z (about 4 years ago)
- Last Synced: 2025-03-25T18:42:59.117Z (9 months ago)
- Language: PowerShell
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CZ.PowerShell.NetworkTools
Some tools to debug and analysis your network.
## Usage
For the usage documentation see in the [docs](docs/Commands) folder.
> Currently you must download the module manual, by downloading everything from the `src` folder and run: `Import-Module CZ.PowerShell.NetworkTools.psd1`;
## Contribute
To contribute to this project do the following:
1. Write a comment on an issue that you start working on it
- if no issue exist create a new one
1. Fork the repo
1. Create a new branch in your fork for this issue
1. Start implementing your changes
1. Open a pull request to this repo (target branch master)
1. Wait for feedback and repeat step 4 and 6
1. Merge your pull request if all checks are green
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.