Some PowerShell Stuff

Recently I received a mail from one of my colleagues with some links to PowerShell stuff. I just wanted to share them with you.

PowerGui has been available for quite some time now and the new release includes a script editor now, they call it "NotePad for PowerShell"

This editor has all you would expect:

  • Syntax highlight,
  • Intellisense for PowerShell cmdlets and cmdlet parameters,
  • Tooltips with syntax information,
  • Matching brackets, search/replace, regions,
  • Ability to export, run, print, etc.

Peter Provost writes about PowerShell++ and his love for PowerShell. In his post he talks about PowerTab which is a tab completion snap-in that has been developed by the PowerShellGuy and is much completer than the tab completion we have out of the box. Further he talks about an IRC channel FreeNode.net, mmm I didn't know people where still using IRC. :)

Technorati Tags: PowerShell , PowerTab , PowerGui