PasteBin.com WPF addon for PowerShell ISE

June 17, 2010

In my last post, I showed you a teaser of an upcoming post. So, this post is about the PowerShell ISE and PowerGUI 2.1 Script Editor (PGSE) addon for uploading code to PasteBin.com. This happens to be my first WPF addon for PowerShell ISE. The PGSE version of this will soon be out. I am [...]

Continue Reading →

Send content to PasteBin using PowerShell

June 14, 2010
Thumbnail image for Send content to PasteBin using PowerShell

PasteBin.com is a good way to share scripts with others. Over there, you can just paste scripts written in almost any language and select the language for syntax highlighting. The interesting part here is that they provide an API to do that. Like anything else that got an API, this one can also be scripted [...]

Continue Reading →

PowerShell ISE addon GUI for importing and removing modules

March 29, 2010
Thumbnail image for PowerShell ISE addon GUI for importing and removing modules

I (@ravikanth) & Bernd have been working on reviving the PSISECream codeplex project. We are trying to improve a few modules that are already a part of this project and adding new modules as required. The first step towards that goal was to provide a standardized way of adding and removing ISE addon menu items. Bernd did [...]

Continue Reading →