If there’s ever anything you want to alter when it comes to your SAPIEN Technologies user experience, submitting a Feature Request is the first step to making it happen.
The process of making a feature request was discussed in a…
Read More
Our Script Packaging series continues with an introduction to the Script Packager Credentials feature.
These days modern security mechanisms frequently work without passwords or user IDs. Instead, biometrics, access cards, trusted connections, etc., are usually far better mechanisms for authentication.…
Read More
In this installment of our Script Packaging series, we review the options for adding restrictions when running your packaged script.
Sometimes running an application on a platform that is not supported or under conditions that are not secure can do…
Read More
This article in our Script Packaging Step-by-Step series explains how to add icons to your application.
Every packaged script gets a default icon assigned, which is the icon shown for that executable in Windows Explorer, or in the task bar…
Read More
In this installment of our Script Packaging series, we explore the Output Settings. Most settings on this page have a reasonable default; we will address each setting and its alternatives.
Output settings
We will start with the Output settings group.…
Read More
This first article in our SAPIEN Script Packager series walks you through the Script Engine settings.
When you open the SAPIEN Script Packager for the first time, the number of options can be a bit daunting. But fear not; most…
Read More
This article is the next installment in our PowerShell Studio Project series and covers the basics of working with Windows Service Projects. Windows Services are programs that run in the background, with no user interaction. Services can start automatically when…
Read More
1. Why can’t I sign scripts with my TLS/SSL certificate?
Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), use encryption to transfer data securely between clients and servers. Certificates are issued with their intended purpose coded and…
Read More
Having multiple individual scripts sitting around on your machine can make it difficult to stay organized. Collection projects can help you manage your scripts while utilizing the benefits of a project in PowerShell Studio.
This article is the next installment…
Read More
We are all creatures of habit. People who write code are even more so because we have copy-and-paste. As a result, any code you write usually reuses the same variable names.
For a counter, you use $ctr; for a flag,…
Read More