I started writing PowerShell scripts using the built-in Windows PowerShell Integrated Scripting Environment (ISE) a long time ago. It's always there for you in Windows and was perfect for what I was doing then. But sometimes, you need more functionality, and that's where Visual Studio Code (VS Code) comes in. In this blog post, I would like to show you some features which make VS Code my editor of choice.
Month: April 2022
PSReadline, a very handy module
PSReadline is something I use a lot, and starting from Windows 10 (And on PowerShell 6.x and higher), you probably do too! But you can customize it a bit to use more of its features. In this blog post, I will show you a few examples.
It’s a lot of work reinstalling your system… But not with PowerShell and Winget!
Whenever I reinstall my Windows laptop (Or a new management VM), I have a lot of apps, modules, RSAT Tools, Sysinternals tools, and settings that need to be installed or configured. So... Let's automate that 🙂