A few months back, we released the web help versions of our SAPIEN product manuals. Since then, we have received requests from customers asking for an offline option. The SAPIEN manuals are now available for download in PDF format.
You…
Read More
We released a new build of PowerShell HelpWriter 2017 (v2.1.36). In this article, we will discuss the new features introduced in this build.
New Features
Updated HTML Preview / Export
We update the HTML preview / export format.…
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 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
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
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
In the latest service release of PowerShell HelpWriter 2015, you will notice a few changes to the Select Module dialog that appears when creating a new help file.
The updated dialog includes several new features.
Sorting Modules
The module…
Read More
Follow @juneb_get_help
Writing help is often the last thing you do for an advanced function. But, instead of treating it as a disposable chore, write your help first — in advance — before you write your advanced function. Then, use…
Read More
One of our most popular community tools received a long awaited update. All the content was brought up to speed and now contains the latest help text from Windows Server 2012 and PowerShell 4.0.
Here is a reminder why this…
Read More
When you develop scripts for other computers you don’t always have the luxury of installing the relevant modules on your own computer. In many cases they simply won’t install because you are running the wrong OS or don’t have some…
Read More