
PowerShell
PowerShell is fun :)Creating a development Windows Sandbox using PowerShell and WinGet
As I mentioned before, I like Windows Sandbox! However, since Windows 11 24H2, Windows Sandbox has been missing two things I often use: Notepad and Windows ISE. In this blog post, I will show you h…
PowerShell : Show Progress Bar, Status and % Completed for Long Running Script
This post contains powershell commands to display progress status and show percentage of process completed for a running command or script and it will also display total amount time remains to complete current process.
How and where to properly define classes and enums in your PowerShell modules
I recently created a PowerShell script module that defines classes and enums. Everything worked fine locally, but broke when I tested the module on a build server. This was odd, as the module did not have any dependencies.