I use WSL instances on my machine in VSCode to test and develop scripts, as well as to easily test Linux-based applications on my Windows machine. In this blog post, I will show how the Module works and make managing WSL easier.
Month: October 2025
Using Get-Random in PowerShell
You can roll the dice, select a random name with your eyes closed, etc., or you can use Get-Random 🙂 In this blog post, I will show you what the Cmdlet does and how you can use it.
PowerShell 7.6.0 Preview 5 Release
The latest preview version of PowerShell was released beginning this month. In this small blog post, I will highlight the critical changes and updates from the release notes.
Windows 11 25H2’s removal of WMIC and the PowerShell alternative
You probably used it in the past, wmic.exe 🙂 The Command-Line interface for querying WMI information has been removed from Windows 11 25H2 and will not be reintroduced in future versions of Windows. In this blog post, I will highlight what that means and how you can utilize PowerShell as an alternative.
Using -OutVariable in PowerShell
It's one of the Common Parameters, but not used that often 🙂 In this brief blog post, I will outline its advantages and explain why you should consider using it.