Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.04 KB

File metadata and controls

30 lines (23 loc) · 1.04 KB

OZO PowerShell Script Template

Description

Reads a JSON configuration file and produces an Excel report.

Installation

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

Install-Script ozo-powershell-script-template

Usage

ozo-powershell-script-template

Parameters

Parameter Description
Configuration Path to the JSON configuration file. Defaults to ozo-powershell-script-template.json in the same directory as the script.
OutDir Directory for the Excel report. Defaults to the current directory.

Outputs

None.

Notes

None.

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.