This is a collection of useful PowerShell utilities.
powershell-utilities can be installed locally via the following git command:
git clone https://github.com/BradyMcIntosh/powershell-utilites.gitOr it can be downloaded in zip format on the Releases page.
To use these utilities in a script, import the manifests of the desired modules with Import-Module.
e.g.
Import-Module -Name yourdirectory\logger\logger.psd1Your script can then use the cmdlets and functions provided by the imported module. For further information on available modules, see Features.
TBD
See CHANGELOG.md.
This project follows the Keep a Changelog and Semantic Versioning standards.
TBD
For more detail, see CONTRIBUTING.md.
TBD
For more detail, see CREDITS.md.
This project uses the NON-AI-CC0 License. In summary, this project is submitted for general use by the public, with the exception of AI-training and derived technologies.
Source license text can be found here: non-ai-licenses / NON-AI-CC0