#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...
View Article#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 by folding them. The foldable code is marked...
View Article#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. The natural process is to...
View ArticleThe 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. … [visit site to read more]
View Article#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...
View Article#PSTip Reset your ISE runspace
Note: This tip requires PowerShell 2.0 or above. I have scripts that work with multiple versions of the same third-party .NET assemblies. Choosing between these is done when the script is run in...
View ArticlePSharp makes PowerShell ISE better
Here’s another cool project created by PowerShell MVP Doug Finke. PSharp is a tool designed for PowerShell’s Integrated Scripting Environment (ISE) … [visit site to read more]
View Article#PSTip Tab Completion in PowerShell 3.0
Note: This tip requires PowerShell 3.0 or above. PowerShell’s tab completion just got better in v3. In addition to all its awesomeness, it is now capable of completing service or process names, event...
View Article#PSTip Dynamically hiding a function from the debugger in PowerShell ISE
Note: This tip requires PowerShell 4.0 or above. In this great post, Tobias walked you through the process of hiding functions from the debugger. In this … [visit site to read more]
View ArticleISESteroids – A Revolutionary PowerShell ISE Add-On
If you love the built-in ISE editor that ships with PowerShell 3.0 and 4.0, but you were missing some professional editor capabilities, then ISESteroids add them for you. It is a commercial PowerShell...
View ArticleMicrosoft 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 … [visit site to read more]
View ArticleScript Browser for Windows PowerShell ISE
Microsoft has released a new ISE add-on, developed by Microsoft Customer Services & Support (CSS) team, that enables you to easily search and download … [visit site to read more]
View Article#PSTip Finding keyboard keys
A previous article in PowerShell Magazine describes how to find keyboard shortcuts in the PowerShell ISE. In this tip we will look … [visit site to read more]
View ArticleISESteroids RC
ISESteroids originally started as a simple add-on to add professional editor capabilities to the built-in PowerShell ISE editor. Meanwhile, it evolved to a slick high-end PowerShell script editor....
View ArticleRapid PowerShell Development with ISESteroids
Should you frequently experience de-ja-vus while writing PowerShell code – “didn’t I type in this [function|loop|statement|you name it] before?”, “how did this darn syntax for [you name it] work...
View Article