5

I've googled for awhile now and I'm not finding exactly what I'm looking for (if they're even out there).

I'm looking for a project template for writing Cmdlet and PSCmdlet snap ins as well as a plug in for writing ps1 scripts. I'm also open to trying any other dev tools for Powershell that you may recommend.

Where can I find these and other dev tools for Powershell?

Mrchief
  • 75,126
  • 20
  • 142
  • 189
Corey Ogburn
  • 24,072
  • 31
  • 113
  • 188

2 Answers2

3

Have a look at PowerGUI VSX - http://powerguivsx.codeplex.com/

http://poshoholic.com/2010/06/20/powergui-visual-studio-is-now-in-beta/

manojlds
  • 290,304
  • 63
  • 469
  • 417
1

I personally like the MS Powershell Editor that comes installed with the standard SDK. Alternatively, PowerGUI is a good one too. It also has VS 2010 Extension

Also look at PowerConsole extension that lets you run PS commands within VS.

Mrchief
  • 75,126
  • 20
  • 142
  • 189