Have you ever been frustrated with PowerShell for importing the wrong version of a module, but you don’t want to completely remove that version? In this article I will show you how the Disable module feature in PowerShell ModuleManager can…
Read More
The PowerShell pipeline can pass objects from one command to another, enabling output from a function to stream – or ‘pipe’ – as input into another command. In this article we will demonstrate how to leverage this functionality to seamlessly…
Read More
I have been asked a few times now to use Bash with PrimalScript. It doesn’t have all the setup for it out of the box because there are a few different implementations of Bash available for Windows. If you followed…
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
We are happy to release the “WinForms Control Reference for PowerShell” guide. This guide provides you with a quick reference for the WinForm controls in PowerShell Studio. The document contains a list of all the important properties, methods, and events…
Read More
Jason Helmick from InterfaceTT strikes again with the first installment of his Getting started Guide for PrimalScript 2012.
We are very happy that he keeps these coming and have added this guide to the Quick Guides section in our Document…
Read More
Jason Helmick from InterfaceTT finalized the first installment of his Getting started Guide for PowerShell Studio 2012.
We are very impressed with his work and have added this guide to the Quick Guides section in our Document Explorer.The new guide…
Read More