PSF files are PowerShell Studio’s Windows Forms (WinForms) files (PowerShell Studio Form). This file contains all the designer and script information in an xml format. Most code in a PSF file should be an event or function. Any code not…
Read More
As a follow-up to our previous events blog, Basics: What is an event and how do I handle them?, this article will be about the basics of handling events in PowerShell Studio’s Designer. As previously stated, an event is a…
Read More
The Window Forms designer in PowerShell Studio lets you cut (Ctrl+X), copy (Ctrl+C), and paste (Ctrl+V) controls within the current form as well as between other forms. When copying a control, it will retain the properties set on the control.…
Read More
Do you want to start your journey with PowerShell scripting? Or perhaps you want to refresh your PowerShell skills or find a specific topic?
The videos available on our SAPIEN Technologies YouTube channel include a Windows PowerShell training series produced…
Read More
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…
Read More
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…
Read More
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…
Read More
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…
Read More
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…
Read More
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…
Read More