One of the new features we added to PowerShell Studio 2014 is code formatting. PowerShell Studio 2014 will now beautify your script while you type or when you paste content. Often times when you paste a PowerShell script from the web, the lines aren’t indented correctly. With the PowerShell Studio’s code formatting, it will automatically […]
Category: Windows PowerShell
Back From TechEd: Fixing Name Resolution Issue with PowerShell
I really enjoy going to TechEd every year where I get to meet old friends and make new friends. It is also a great opportunity to speak with our users face to face. The one thing I do not enjoy about TechEd (and this seems to happen every year) is that upon return to the […]
SAPIEN Interviewed on the PowerScripting Podcast
Ferdinand Rios (CEO) and David Corrales were recently interviewed on the PowerScripting Podcast with host Jonathan Walz and guest host Jason Helmick. Listen to the interview where they discussed the 2014 release and the new products added to the suite: http://powershell.org/wp/2014/05/28/episode-271-powerscripting-podcast-ferdinand-rios-and-david-corrales-from-sapien/ We would like give a big thank you to the PowerScripting Podcast for having […]
SAPIEN at Tech-Ed 2014, Houston, TX
Its that time of year again… Tech-Ed Time! Of course, SAPIEN will be in attendance, will you? If you are attending Tech-Ed 2014, drop by our booth (#434) and say hello to Alex (our CTO), David (lead developer of PowerShell Studio) and June (Lead web technologies developer). They will be more that happy to give […]
PowerShell Studio 2014: Rename Refactoring
Another new feature of PowerShell Studio 2014 is rename refactoring. Rename refactoring allows you to intelligently rename variables, controls, parameters, functions and more. You start by right-clicking on the object you wish to rename to bring up the context menu. Then select Rename… from the menu: You are then presented with the rename dialog: Let […]
Don’t always start from scratch
We use scripting to automate tasks that would otherwise be very repetitive. However, when it comes to creating a script most users start with a blank slate, an empty file. Then they hunt for copy and paste sources to start and the script fills with bits and pieces from other places. Next time a new […]
PowerShell Studio 2014: Function Builder
PowerShell Studio 2014 introduces a quick and easy way to create complex functions using the new Function Builder: Let’s cover each field of the Function Builder and how to create a function. Cmdlet Name The function builder provides you with a verb and noun field. The verb field contains a combo box with a list […]
WMI Explorer 2014 released!
The latest version of the WMI Explorer is available now on our website. Here are just a few highlights from the features in this release: Superior performance using cached data and multi-threaded code gets you results fast Explore and query local and remote machines. A large variety of search options enables you to access the […]
PowerShell Studio 2014: Comment Based Help
Previously, when creating comment based help in PowerShell Studio 2012, you either had to manually add the help comment or use the built-in comment based help snippet. The snippets worked well but you were still required to manually add each parameter of the function which takes time and there are better ways we would rather […]
From script to server – Deploying solutions with PrimalScript 2014 (Part 3)
The last time we looked at the new installer option in PrimalScript 2014. You can find the article here: http://www.sapien.com/blog/2014/04/07/from-script-to-server-deploying-solutions-with-primalscript-2014-part-2 If you look at the deploy tab again, you will see a “Deployment” group. These functions will help you distribute your solutions to your target audience. First lets look at the settings. There are […]