In this article I will show four Script Packager options available for converting a non-GUI PowerShell script to a packaged executable that can be run from a console shell.
The “Packager” option is available under the “Deploy” ribbon tab in…
Read More
I would like to extend a big Thank You to James Petty and the PowerShell Chattanooga User Group for having me speak online about “PowerShell – Fundamental on how to Persist Data in a SQL Server Container” on June 11.…
Read More
Year after year this event keeps providing relevant content on technologies that involve SQL Server and anything that handles big data.
The event was a success with approximately 1000 registered attendees.
I would like to thank the organizer for having…
Read More
This sale is no longer active.…
Read More
The PowerShell pipeline can pass objects from one command to another, enabling output from a function to stream – or ‘pipe’ – as input into another command. In this article we will demonstrate how to leverage this functionality to seamlessly…
Read More
In Part 5 of the Progress Bar series we take a look at the Write-Progress cmdlet, which can be used to display task progress in a non-GUI script. This cmdlet is available in Windows PowerShell and PowerShell Core (cross-platform).
There…
Read More
For many years, SAPIEN has offered on-site PowerShell Training across the United States. We receive messages all the time that highlight major interest, but some without follow through. The question is, why? What was preventing these companies from booking the…
Read More
In Part 4 of the Progress Bar series, we integrate a progress bar control in a GUI application that submits a job for background processing. We also demonstrate how to interrupt the running job.
GUI Application for Listing PDF Documents…
Read More
Every year Microsoft organizes the MVP Summit event in Redmond, WA. MVPs from around the world are invited to interact with Microsoft product teams during a full week of technical sessions.
This annual event provides the opportunity to collaborate with…
Read More