We just released the second video in our “Check out this feature” series, a series of short videos that focus on features you might have missed. Our first video, Function Builder in SAPIEN PowerShell Studio, demonstrated our awesome automation for function and parameter syntax. Our second video, Rewind in PowerShell Studio: A built-in safety net […]
Tag: Howto
WMI Explorer Windows 8 Remote Connection Issues
Connecting WMI Explorer to a remote Windows 8 computer is not an easy task. Due to the various firewall and permission settings that Windows 8 has, there are a few things that need to be modified in order to connect properly. Please note that this article only addresses Windows 8 and 8.1 but not Windows […]
PowerShell Studio: GUI Tutorials
The guys over at PowerShell Task Force have been posting a series of GUI Tutorials using PowerShell Studio 2012, including a festive Christmas GUI: Create AD users the GUI way: http://powershelltaskforce.com/2013/12/create-ad-users-part-6/# Merry Christmas – How To: http://powershelltaskforce.com/2013/12/merry-christmas-the-how-to/ I would like to thank PowerShell Task Force for the tutorials! Happy Holidays!
How can I make PrimalScript execute <fill in script language here>?
One question keeps popping up in our support forums and inboxes: How can I make PrimalScript execute my AutoIt, HTML, PigLatin <fill in any other script language here> script? This is fairly simple as long as you know what the actual language engine is. We will use AutoIt and HTML as an example for this […]
What to do when you install a new version of PowerShell?
Some of you may have already encountered this. You upgraded your system to PowerShell 3.0, 4.0, or 5.0 and you want PrimalScript or PowerShell Studio to recognize the new version of PowerShell. This article addresses that very question. You can accomplish this by following the steps outlined below. This article will also cover the case where you add […]
PrimalForms 2009: OnApplicationLoad Function
Recently on the forums we had a user who wanted to know why he couldn’t initialize the form controls within the OnApplicationLoad function. Seeing how this can result in some confusion, we would like to elaborate on the subject. The purpose of OnApplicationLoad is to initialize any dependencies necessary for your form script to run, […]