We have recently discovered an issue with our software activation system. If your username or password contains asterisks (*) and apostrophes (‘), your activation might fail with the following error: We are working to remedy this situation. In the meantime, please take a moment to check your SAPIEN account username (ID) and password for asterisks […]
PowerShell GUIs: Where do I start?
Follow @juneb_get_help I’ve been using Windows PowerShell since the very first version of Monad in 2005, but PowerShell-based applications with a graphic user interface (GUI) are a whole new world. Instead of thinking of cmdlets and parameters or properties and methods, you need to think in object events. And because there’s no console with .ps1xml-directed […]
PowerShell Studio 2015: Service Release with PowerShell V5 Support
We are happy to announce the release of the latest service build of PowerShell Studio 2015 (v4.2.89). You will find that this service build is pack with new features and enhancements. We listened to your feedback and strived to improve your user experience and productivity. We also made improvements to PowerShell Studio’s memory usage and […]
Convince My Manager! PowerShell Studio 2015 Killer Features
Follow @juneb_get_help PowerShell scripters often send us requests for help and post them on our busy forums. None hits home with me like a request for help convincing a cash-strapped IT manager that they should buy professional tools, like PowerShell Studio, for their staff, because I’ve been in the same position. Importantly, this question almost […]
PowerShell Studio 2015: Enhancements for Debugging
In the last service release v4.2.86 we introduced some new enhancements to help improve your debugging experience. New Variables Panel Context Menu We added a new context menu to the Variables Panel that allows you to: Add To Watch – Adds the selected variable to the Watch Panel. Query in Debug Console – Runs […]
Website Down for Maintenance, Friday, July 10
Our website will be down for maintenance between 4 and 5 pm Pacific Standard Time today (Friday, July 10, 2015) for maintenance and upgrades. This will affect all portions of our site; forums, store, account, software activations—everything! We apologize in advance for any inconvenience this may cause.
June Blender receives Microsoft MVP Award 2015
Microsoft Corporation presented its prestigious Most Valuable Professional (MVP) 2015 award to June Blender, Technology Evangelist at SAPIEN Technologies, Inc. for her ‘outstanding contributions to PowerShell technical communities during the past year.’ June joins an auspicious group of 80+ technical leaders worldwide whose contributions are recognized by Microsoft. During her 17 years at Microsoft, […]
Scholarships for Women to PowerShell Asia Conference
Follow @juneb_get_help SAPIEN Technologies, Inc., a platinum sponsor of PowerShell Conference 2015 Asia, is proud to offer five full-conference scholarships to women in PowerShell. This 5% set-aside award is designed to encourage talented women to attend and participate in the conference. ————————————- The upcoming PowerShell Conference Asia 2015 in Singapore on 18-19 September 2015 is […]
Join us in celebrating Independence Day
This sale is no longer active.
Why does this button close my form?
Have you ever copied a button and found that when a user presses it, the form closes immediately afterwards? We are here to answer: Why does this button close my form? The reason the form closes is that the Button control’s DialogResult property is set to a value other than None. This property tells the […]