List/Grid Tag Archives: ise
#PSTip PowerShell command-line switch shortcuts
Note: This tip requires PowerShell 2.0 or above. Windows PowerShell allows you to create short names for commands using Aliases. It even allows you to specify short parameter names. Powershell.exe and powershell_ise.exe…
The complete list of PowerShell ISE 3.0 keyboard shortcuts
In a previous tip I showed a new hidden keyboard shortcut to transpose lines of code in the ISE. At the PowerShell Facebook group, Dave Carnahan was wondering if there’s…
#PSTip Transposing lines in PowerShell ISE
Note: This tip requires PowerShell 3.0 or above. When working in the ISE editor you sometimes need to rearrange lines of code and move them below or above other lines….
#PSTip Use custom regions to fold code in PowerShell ISE 3.0
Note: This tip requires PowerShell 3.0 or above. The PowerShell ISE 3.0 brought a lot of new features. One of them is the ability to hide parts of the code…
#PSTip Selecting/copying the current line in PowerShell ISE
Very often, I end up selecting and copying the current line from ISE script editor to a console prompt or into a document or email I am working on. If you have looked at ISE menu or keyboard shortcuts closely, there is no keyboard shortcut or ISE menu item to select current line.
Microsoft Script Explorer for Windows PowerShell
The pre-release version of Microsoft’s Script Explorer for Windows PowerShell Beta 1 has been released. Download it HERE. Script Explorer Beta 1 is a free download and an extension of…

