Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.96 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.96 KB

PowerShell Script Helper (PSScriptHelper)

A collections of cmdlets and functions that enhance scripts. An example is the cmdlets to work with configuration data for a script.

System Requirements

  • WMF (PowerShell) 5.0

Required PowerShell Modules

The following PowerShell modules.

  • Microsoft.PowerShell.Archive
  • ActiveDirectory
  • SqlServer

Example

The following example demonstrates how to run this tool

Command goes here

Versions

This project uses SemVer for versioning. While the following is an overview of the offical releases, for the detailed versions available, see the tags on this repository.

Unreleased

  • None

1.0.0.0

  • Initial push

I found a bug

Create an issue through GitHub and lets work on solving it together :)

Contributing

If you are interested in contributing please check out common DSC Resources contributing guidelines. These are the standards I try and adopt for ALL of my work as well.

Dev Tools

The following development tools have been used when authoring this project.

  • VSCode
  • VSCode Extensions - C#, , mssql, PowerShell, vscode-icons
  • PowerShell 5.0
  • Git

Setting up your Dev environment

The following actions need to be taken if you wish to contribute

  1. Install VSCode
  2. Install PowerShell 5.0
  3. Install the VSCode Extensions - C#, mssql, PowerShell, vscode-icons
  4. Configure the extensions, for example set your icons (File > Preferences) to vscode-icons
  5. Clone this repository
  6. Create a branch for your work

License

This project is released under the GNU General Public License 3.0 This project is released under the MIT License

Contributors