Saturday, April 29, 2017

PowerShell Project

Recently I have been looking at the mess of PowerShell scripts I have created at  current and past employers.  I realized that many though could be useful to others where to hard coded in the menu driven way I created that.  To resolve this I am going back and re-writing them into more true PowerShell scripts using proper Verbs and full Get-Help syntax.

I will post about each one and provide details about them here in addition to hosting them publicly on GitHub: https://github.com/clee1107/Public

Chris