-
Function Open-FunctioninISE { < # .SYNOPSIS Opens a function in ISE .DESCRIPTION This enables you to specify the functin to open. The definition comes from ( Get-Command <command>).definition. You specify the name of the function to open, or select it in the ISE .NOTES File Name : OpenFunctionInIse...
-
One of the drawbacks to using a PowerShell script or function is that you have to write it. For many IT Pros, especially those new to PowerShell, it can be difficult to know where to start. I think more people would write their own tools if there was...
-
Here’s a little tidbit that I previously shared on Twitter and Google Plus. The PowerShell ISE obviously has a Save menu choice. But there’s no menu option to save all open files. But you can add one yourself. All of … Continue reading...
-
At the PowerShell Deep Dive in San Diego, I did a lightning session showing off something I had been working on. Sometimes I don’t know what possesses me, but I felt the need for a better way to navigate my … Continue reading → Read...
-
I’ve been using PowerShell’s Integrated Scripting Environment ever since it was in beta. Despite being relatively slow to load, it sure beats using Notepad for simple script development/debugging. The colour coding alone makes it even more useful! I love...
-
< # .SYNOPSIS This script sets an ISE Theme to similar to the old VIM editor. .DESCRIPTION This script sets the key values in $PsIse .Options to values consistent with the VIM editor, beloved by many, particularly...
-
I was searching for some information on how to add custom menus to PowerShell ISE. I’d been meaning to play around with this for a while and had some time last night. So I went searching and came across what looked at first sight to be the perfect answer...