https://github.com/mskadu/power-shell-scripts
A set of Power Shell Scripts I have developed/ improved
https://github.com/mskadu/power-shell-scripts
dns-debugging microsoft-dns microsoft-windows powershell-script regular-expressions
Last synced: 3 months ago
JSON representation
A set of Power Shell Scripts I have developed/ improved
- Host: GitHub
- URL: https://github.com/mskadu/power-shell-scripts
- Owner: mskadu
- Created: 2019-03-26T12:13:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T14:39:37.000Z (over 2 years ago)
- Last Synced: 2025-01-01T05:32:45.352Z (over 1 year ago)
- Topics: dns-debugging, microsoft-dns, microsoft-windows, powershell-script, regular-expressions
- Language: PowerShell
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShell Scripts
Power Shell Scripts is a repository of Powershell Scripts I have developed/ improved over time.
Please do not hestitate to submit PR[?](https://www.youtube.com/watch?v=_NrSWLQsDL4)s with any improvements/ corrections
## Contribution guidelines
If you do decide to contribute to my repository - to begin with, **Thanks**! You will need to ensure that your submissions follow the guidelines below in order for me to be able to accept you PR.
### Keep your code valid!
Any code submissions via PRs are checked for validity using the Github actions [Hound](https://github.com/marketplace/hound) and [PSScriptAnalyzer checks](https://github.com/marketplace/actions/psscriptanalyzer-checks). Together they ensure that there are no validation errors in both Markdown and PowerShell content in any new content. The latter also ensures that best practices recommended by the [PowerShell Team](https://www.powershellgallery.com/profiles/PowerShellTeam) are also being followed.