Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.61 KB

File metadata and controls

33 lines (25 loc) · 1.61 KB

OZO Strings PowerShell Module Installation and Usage

Installation

This module is published to PowerShell Gallery. Ensure your system is configured for this repository then execute the following in an Administrator PowerShell:

Install-Module OZOStrings

Usage

Import this module in your script or console to make the functions available for use:

Import-Module OZOStrings

Functions

Logging

Messages as written to the Windows Event Viewer One Zero One provider when available. Otherwise, messages are written to the Microsoft-Windows-PowerShell provider under event ID 4100.

License

This module is licensed under the GNU General Public License (GPL) version 2.0.

Acknowledgements

Special thanks to my employer, Sonic Healthcare USA, who supports the growth of my PowerShell skillset and enables me to contribute portions of my work product to the PowerShell community.