This sale is no longer active.
…
Read More
Now that PowerShell is available on the Mac, we thought it would be useful to show how easy it is to setup a Mac terminal session that automatically opens into PowerShell. Figure 1 shows what we mean.
First you need…
Read More
Although the names are similar and often confused, these properties are different. If you confuse them, the help for your PowerShell commands and modules won’t work.
The HelpUri property stores the URL (http or https) of online help for a…
Read More
This sale is no longer active.
…
Read More
iPowerShell, our little iOS app, has come a long way over the years. It started out as simply a reference tool for PowerShell cmdlets, about_help and provider help. Over the years, we added YouTube videos, PowerShell Twitter posts, PowerShell…
Read More
Because dynamic parameters can be added to a command from multiple sources, the command author (who writes the help) cannot predict the dynamic parameters that might be available at runtime. Therefore, Get-Help expects dynamic parameters to be documented in the…
Read More
Have you ever wondered what it would be like to start a PowerShell user group? I did an interview with Gary Barnes, Software Development Engineer in Test, Portland, Oregon, who just started PDX PowerShell (@PDXPoShPUG), a PowerShell user group for…
Read More
Applies to: PowerShell Studio 2016, Windows PowerShell 3.0+
I recently wrote an article with step-by-step instructions for creating a very simple multi-form PowerShell GUI application. In our sample app, we use PowerShell Studio features that make it very easy to…
Read More
Tested on: PowerShell 2.0+, PowerShell Studio 2016
This step-by-step example shows you how to create a very simple multi-form PowerShell GUI app. The app consists of a parent form that gets data from a child form and displays it. When…
Read More
We released a new service build of PowerShell Studio 2016 (v5.2.125)!
Here’s what’s new:
Blocked Files
PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet…
Read More