When you set up script signing in PrimalScript or PowerShell Studio, you see a field called “Time Stamp”. It has a large list of URLs for time stamp servers to choose from.
What does this do and why do you…
Read More
In PowerShell you have two ways of including ‘other’ code in your script. Other code can be someone else’s code, your code from another project, or simply the way you organize your code into different files. Before we dive into…
Read More
No matter how carefully you lay out your plans and craft your code, you will always find situations where you need to hunt for a bug. It can be a simple logic flaw, an ill-placed copy and paste of code…
Read More
This recent change was kicked off by one of our customers, who wanted to see ‘Write-verbose’ messages when debugging or testing, but not in production. We assumed that the same is probably true for ‘Write-Debug’ messages. It makes perfect sense…
Read More
SAPIEN’s PowerShell Studio and PrimalScript products both include integrated Pester testing. In this article, we will cover some changes in the Pester 4 to Pester 5 upgrade.
The most significant change in the release of Pester 5 is that it…
Read More
We were pleased to join online and speak to the Coders Cafe Meetup attendees on Tuesday, August 18, 2020.
About 16 people joined to see the presentation on “Working with .NET Interactive Notebook.”
A big “thank you” to the meeting…
Read More
PrimalScript 7.6.143 was released on August 5th, 2020, and it includes support for PowerShell 7.0.3. We have started to support what was known as PowerShell Core with 7.0.0 and added debugging and packaging functionality for this new PowerShell version some…
Read More
The COVID-19 pandemic has drastically changed our way of presenting to our tech community, but “Thanks” to video communication technologies, we can get together online and share our passion for technology.
We were glad to join online and speak to…
Read More
Each licensed user is entitled to a maximum of two devices to be activated and operating at any given time for their personal use. Many of you may be wondering – How do I get an activation back?
Did you…
Read More
PowerShell v2 was released in 2008 when Windows 7 was the OS to have. It has since been superseded by versions 3, 4, 5, and 5.1 as far as Windows PowerShell is concerned.
As everyone is now looking at PowerShell…
Read More