Today we released a new build of PowerShell Studio 2017 (v5.4.137). In this build we added a number of new features, including some user requests, and made some improvements on existing features.
New Features
Git Ignore Filter for Projects…
Read More
On Friday, February 24, 2017, I posted the following puzzle on Twitter and Facebook (and here!). We provide a Pester test script and a script with detailed help but no code, and you add the code to the script to…
Read More
As of the KB3000850 update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you’re unfamiliar or have never heard of it before, I…
Read More
Today we released a new build of PowerShell HelpWriter 2017 (v2.1.34).
In this article, we will discuss the new features introduced in this build.
Note: If you previously tried to generate help for a module and got an “Operation…
Read More
Today we released a new build of PowerShell Studio 2017 (v5.4.136).
In this build, we went down the list and implemented several user-requested features.
General Features:
Forwards and Backwards Navigation
We had several user requests for this feature.…
Read More
On Friday, February 17, 2017, I posted the following puzzle on Twitter and Facebook (and here!).
It shows a PowerShell function with a Write-Verbose command and asks “Why won’t this verbose string print?”
You might think of this as a…
Read More
On Friday, February 3, we posted a Friday Puzzle that shows a PowerShell function and a PowerShell class method that contain the same command sequence, including a statement with the Return keyword.
The puzzle asks: What does the function return?…
Read More
Have you been keeping an eye on the SAPIEN Information Center? If not, here are some articles you may have missed!
Rebuild in PowerShell HelpWriter: Two ways to update help from code
by June Blender, January 31, 2017
The Rebuild…
Read More
Today we released a new build of PowerShell HelpWriter 2017 (v2.1.33).
In this article, we will discuss the new features introduced in this build.
Exporting Help
We added the ability to export the help files into two useful file…
Read More
On Friday, January 20, 2017, I posted the following puzzle on Twitter and Facebook (and here!).
It shows a Get-ChildItem command where the value of the Path parameter is $PSHome, the Windows PowerShell installation directory, and the value of the…
Read More