Skip to content

BradyMcIntosh/powershell-utilites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powershell-utilities

This is a collection of useful PowerShell utilities.

Contents

Installation

(Back to Contents)

powershell-utilities can be installed locally via the following git command:

git clone https://github.com/BradyMcIntosh/powershell-utilites.git

Or it can be downloaded in zip format on the Releases page.

Usage

(Back to Contents)

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.psd1

Your script can then use the cmdlets and functions provided by the imported module. For further information on available modules, see Features.

Features

(Back to Contents)

TBD

Changelog

(Back to Contents)

See CHANGELOG.md.

This project follows the Keep a Changelog and Semantic Versioning standards.

Contributing

(Back to Contents)

TBD

For more detail, see CONTRIBUTING.md.

Credits

(Back to Contents)

TBD

For more detail, see CREDITS.md.

License

(Back to Contents)

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

About

A repository of useful PowerShell utilities.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors