Even though I’ve been writing scripts for years, I find that I work in the Console Pane in PowerShell Studio 2014 almost as much as I work in the Editor Pane. I use the Console Pane to look up commands and syntax (Get-Command), test a parameter value, or work through the details of a pipeline […]
Category: Howto
Using iPowerShell Pro’s PowerShell Web Access connection
In a previous blog I described how to connect to a PowerShell Web Access server with iPowerShell Pro. In this article, I will show you what you can do once connected. First, connect to your PSWA server as described in this previous blog post. Once you are connected, that is where the fun begins. Tap […]
Connecting to PowerShell Web Access with iPowerShell Pro
iPowerShell Pro has the ability to connect to any PowerShell Web Access server and to transmit PowerShell commands and, if you set it up, even execute scripts. It’s all very easy to do once you have it set up right. So let’s take a look at how to set it up. The first step is […]
Quick Guide to SAPIEN Software Activation
The 2014 versions of all SAPIEN Software products are limited to two (2) activations. As per our EULA this limitation to two installations has existed for quite some time. All 2014 or later SAPIEN software will use online activation to verify the availability of additional activations. Naturally this raises some questions, the most common of […]
2014 Software: Do I choose 32 Bit or 64 Bit?
The question you have to ask when you decide to download the 2014 version of our products is: Which platform do I download? 32 bit or 64 bit? Most people with a 64 Bit OS will probably download the 64 bit version, but is this the correct choice? It may not be, depending on your […]
Activating Your New Subscription
[UPDATED: 8/15/2014] So, you just got a new subscription to a SAPIEN product. You’ve run the installer and you’ve launched the product and you were presented with a screen like this: Where do you go from here? Well, since you already have a subscription number, you can pretty much ignore the buttons on the top […]
Managing Your Subscriptions
Managing your subscriptions via your account page is pretty simple. First click on or hover over the My Account menu item and choose Registered Products from the resulting screen. At the top of your accounts product page, you will see your registered subscriptions. The Basics The left side of the panel shows you, at a […]
Your Account Page Revamped
If you have logged into your account recently, you may have noticed some changes to both the layout and the functionality. In an effort to make things simpler, we have condensed several pages into one. Registered Software, eBooks, Videos, and Subscriptions are now listed out on a single page. You no longer need to click […]
PowerShell Studio: Ambient properties
In the PowerShell Studio: Enable and Disable Groups of Controls article we discussed how you can enable or disable group of controls by setting the parent control’s Enable property. Now we will look at other properties that have a similar trickle down effect, but work fundamentally in a different fashion. For example, if you change […]
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!