Following the recent post on “PowerShell Studio Feature Nugget – Refreshing Local Cache PowerShell Cmdlets and Modules“: https://www.sapien.com/blog/2017/12/07/powershell-studio-feature-nugget-refreshing-local-cache-powershell-cmdlets-and-modules/ Check out the short video on “PowerShell Studio – Cache Editor Feature“: https://youtu.be/DMDzc7TAJig Remember, if you have any questions, feel free to check out our support page at: https://www.sapien.com/support
Category: Software News
SAPIEN Technologies on PowerShell Core
SAPIEN Technologies strives to bring the best products to all levels of IT administration. The announcement of PowerShell Core, which is not a finished product yet, causes a lot of confusion. It is our policy that we can’t support products that haven’t been released-to-manufacturers (RTM). But this particular product, which is Open Source, is steadily taking […]
PowerShell Studio Feature Nugget – Refreshing Local Cache PowerShell Cmdlets and Modules
One feature of PowerShell Studio that you want to pay attention to is the PowerShell Cache Editor. When PowerShell Studio is opened for the first time, it creates a cache of all available cmdlets and modules that are on your local machine. The *cached cmdlets and modules are used to provide PrimalSense, syntax coloring for your […]
PowerShell Studio 2017: Service Release v5.4.144
Today we released a new service build of PowerShell Studio 2017 (v5.4.144). In this service build we made several improvements to PowerShell Studio’s class PrimalSense and refactoring capabilities. New Features Class PrimalSense This service release greatly improves PrimalSense support for custom PowerShell classes defined in a script and across files when using a project […]
Using PowerShell Core in PrimalScript
Back in May 2016, SAPIEN did a blog post about “Using Bash with PrimalScript 2016“. In a way, using similar steps, we can setup and use PowerShell Core in PrimalScript 2017 as well. Keep in mind, due to the fact that PowerShell Core still in it’s early stages, you’ll have modify the console executable path […]
PowerShell HelpWriter 2017: Service Release v2.1.36
We released a new build of PowerShell HelpWriter 2017 (v2.1.36). In this article, we will discuss the new features introduced in this build. New Features Updated HTML Preview / Export We update the HTML preview / export format. The new format provides more detailed information about the cmdlet and follows the same format […]
PowerShell Studio 2017: Service Release v5.4.142
Today we released a new service build of PowerShell Studio 2017 (v5.4.142). In this service build we introduced new packager engines, new project features and made improvements to PowerShell Studio’s PrimalSense. New Features New Packager Engines PowerShell Studio now includes three new packager engines that add more diversity to your existing scripts: Windows Application […]
Write a Windows Service in PowerShell
Previously I showed you the new Windows Application engine (https://www.sapien.com/blog/2017/06/14/new-script-engines-for-windows-powershell/) and the Windows System Tray engine https://www.sapien.com/blog/2017/07/10/creating-a-system-tray-application-with-powershell/. Today I will show you the last of the three new engines, the Windows Service engine. Writing a Windows Service can be a challenging experience, even for a programmer. Generally, unless you do that exact thing for a […]
Creating a system tray application with PowerShell
One of the great benefits of PowerShell is the ability to very quickly retrieve system information and metrics. We have added three new packager engines to PowerShell Studio and PrimalScript to make it easier to present or log that information in a standard way. I have already discussed the new Windows Application engine here: https://www.sapien.com/blog/2017/06/14/new-script-engines-for-windows-powershell/ […]
PowerShell Studio 2017: Service Release v5.4.141
Today we released a new service build of PowerShell Studio 2017 (v5.4.141). In this build we added a number of new features, including several user requested features. New Features Performance Improvements This service build reduces the application’s memory footprint and improves the start up time. Go to Panel Keyboard Shortcuts There are new chorded […]