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 […]
Tag: powershell
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 […]
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 […]
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 […]
iPowerShell Pro v5 Released
SAPIEN has just released a new version of its mobile PowerShell connectivity app, iPowerShell Pro v5. Included in this new version are: A redesigned user interface layout with new dynamic transitions and adaptive layout. A powerful syntax colored editor for creating and editing Powershell scripts. iOS 8 compatibility. PowerShell 5 cmdlets and about help. Connectivity […]
WMI Explorer 2015 gets a PowerShell console
With the latest service build WMI Explorer 2015 has received an integrated Windows PowerShell console. While previous versions had the ability to execute generated PowerShell code in a console, experimentation with that code was not possible because PowerShell does not include the commands passed as arguments to the console in the history. With this new […]
Copy to Clipboard in a GUI Application
Follow @juneb_get_help During #PSBlogWeek, I shared with my co-authors a little GUI-based blogging tool that gets links to the online version of PowerShell help topics, including About topics. I didn’t think much of it, because it was my first GUI app, but I soon received a nice compliment from PowerShell MVP Jeffery Hicks with a […]
PowerShell Studio 2015 – Updated Control Sets
In the v4.2.85 service release of PowerShell Studio 2015, we updated a few of the predefined control sets. Updated Control Sets: Button – Run Process now includes the Process Tracker framework, so you no longer have to include the Form – Process Tracker control set. Button – Start Job now includes the Job Tracker […]
PowerShell Studio 2015 – Editing Script Parameters
If you have used PowerShell Studio’s Function Builder chances are probably you wished it could edit your script parameters. Now it can. With the v4.2.85 service release of PowerShell Studio 2015 we introduced the new Parameter Builder. Parameter Builder: Those familiar with the Function Builder will recognize the similarities between the two tools, with the […]