Dirk
Blogs, Articles, and Posts
An alternative progress cmdlet based on cli-spinners – Tech thoughts
(powershellone.wordpress.com)
In this post, I would like to share the steps to build a fun project implementing a console-based
By: Dirk submitted:Jun 16 2022
In this post, I would like to share the steps to build a fun project implementing a console-based
progress-spinner that runs in a separate thread while executing arbitrary code in the main thread. The code I'm sharing is compatible with WindowsPowerShell 5.1 and works best when executed within Windows Terminal rather than the PowerShell console window. To keep the cursor in the same position, while writing the progress, we will make use of ANSI-Escape sequences.
By: Dirk submitted:Jun 16 2022
Automate GUIs with UIAutomation in PowerShell
(powershellone.wordpress.com)
In this post, I would like to describe how to utilize the Microsoft UIAutomation framework through
By: Dirk submitted:Jun 16 2022
In this post, I would like to describe how to utilize the Microsoft UIAutomation framework through
PowerShell to automate GUIs. Since the UIAutomation assembly already comes with .Net it also can be accessed directly through PowerShell.
By: Dirk submitted:Jun 16 2022
Control Split-Panes in Windows Terminal through PowerShell
(powershellone.wordpress.com)
In this post, I would like to introduce a PowerShell function to create new split-panes for the
By: Dirk submitted:Jun 16 2022
In this post, I would like to introduce a PowerShell function to create new split-panes for the
Windows Terminal. One of the many great features of the Windows Terminal is the ability to split a window into panes:
By: Dirk submitted:Jun 16 2022
Installing and setting up PowerShell PSReadline with predictive IntelliSense
(powershellone.wordpress.com)
While the PowerShell Team's post already fully covers the functionality of the feature, I actually
By: Dirk submitted:Jun 16 2022
While the PowerShell Team's post already fully covers the functionality of the feature, I actually
struggled to install this on Windows PowerShell 5.1 and would like to share my experience in case someone else encounters a similar issue.
By: Dirk submitted:Jun 16 2022
Using PowerShell and RegEx to extract text between delimiters
(powershellone.wordpress.com)
In this post I will share a little PowerShell function that I use quite frequently in order to
By: Dirk submitted:Jun 16 2022
In this post I will share a little PowerShell function that I use quite frequently in order to
extract text between delimiters out of a bigger chunk of text. I hope that this can be useful to others too.
By: Dirk submitted:Jun 16 2022