Sometimes, you have to compare specific values in your PowerShell output, and although you can stare at your screen to do that... You can also use Compare-Object. In this blog post, I will show you how it works and how it makes things a lot easier 🙂
Month: October 2024
Learning PowerShell using Microsoft Learn
This week, I posted a link to the PowerShell courses/learning paths on Microsoft Learn for PowerShell; I did that because there is so much material to learn from and use as a reference/help system. In this blog post, I will show you your options at Microsoft Learn to improve your PowerShell skills.
Query WinGet software installer data with PowerShell
I'm a big fan of WinGet, and the software available in their ecosystem is growing daily. Still, I'm always curious about what WinGet will download and how it does the silent install of the specified software. In this blog post, I will show you an easy way of retrieving that data 🙂
Scriptember 2024 and PSSaturday
The Scriptember 2024 event is officially over, a month of celebrating PowerShell and the community around it. In this blog post, I will talk about the events and the things I learned and enjoyed the most 🙂
Using Get-Content in PowerShell
I use Get-Content a lot (or cat, gc, and type as its alias) to display or track the contents of a file. There are different parameters for it, and in this blog post, I will show you what you can do with those 🙂