Archive for category PowerGUI
Modify PowerGUI snippets to function in the PowerShell ISE
Posted by Karl Mitschke in ISE, PowerGUI on May 22, 2013
Recently I discovered Glen Scales post “EWS Snippets for PowerGui” Although PowerGUI now works with version 3 of PowerShell, I am still using the PowerShell ISE for script development. So, I wrote a script to convert PowerGUI snippets to PowerShell ISE snippets. Both PowerGUI and PowerShell ISE snippets are written in XML. Sadly, I am […]
Three PowerGUI Script Editor Add-ins
Posted by Karl Mitschke in PowerGUI, PowerShell Bible on January 10, 2011
I have created three script editor add-ins for the PowerGUI script editor; I mentioned the first one in a previous post (https://unlockpowershell.wordpress.com/2010/10/30/copytocolorizedhtmlscript-editor-add-on-for-powergui/) You can download that add-in at the following page: Copy to Colorized HTML The second add-in was created to support my work on the PowerShell Bible, as code lines need to be less […]
CopyToColorizedHTML–Script Editor Add-on for PowerGUI
Posted by Karl Mitschke in PowerGUI, WMI on October 30, 2010
I posted my script editor add-in on the PowerGUI Challenge folder http://powergui.org/kbcategory.jspa?categoryID=389 Based on Lee Holmes Set-ClipboardScript located here: http://www.leeholmes.com/blog/2009/02/03/more-powershell-syntax-highlighting/This script editor add-on will copy the current window to HTML ready to post on a blog or web page.This tool is found under Edit -> Copy As -> Colorized HTMLThe script will copy the entire […]
PowerGUI Challenge 2010
Posted by Karl Mitschke in PowerGUI on October 5, 2010
The PowerGUI Challenge 2010 is nearly here. The challenge runs from October 15th to November 15th, so you have plenty of time to create a really cool Add-On or PowerPack I plan to upload my first Add-On on October 15th. Judges this year are Jeffrey Snover and Hemant Mahawar from Microsoft Corporation, along with MVP’s […]