Tools

Make your Powershell live easier...


This page lists resources to make your Powershell more productive, primarily from a scripting perspective.  I haven't developed any real tools in Powershell yet, so here are some links to third-party stuff and a collection of script snippets.

The snippets are typically functions I use as standard blocks within scripts.  A library of sorts.  Some are just learning experiences in converting from VB Script ot Powershell.

Power GUI This is a free product, a graphical interface for using Powershell interactively, and includes a script editor IDE with debugging.  I do most of my code writing with UltraEdit, and my runtime/debugging in the Power GUI Editor.

Power GUI, was developed by Quest Software who, I believe, supports its web presence and the open community supporting it.  There is a commercial version of Power GUI.  It started out as only a free version and has developed a substantial community of contributors. 

Script Snippets Browse this directory.  Filenames are, hopefully, self explanatory.  No documentation other than what may be inline.

 


Home Up