Don’t copy and paste the same code over and over again. Instead, create a PowerShell function and save yourself time.
Get-Appxpackage is a PowerShell command that can display a list of the app packages that are installed in a user profile. It includes all the applications that are installed from the Microsoft Store ...
In which Adam demonstrates the truth in the old PowerShell adage: "The more you can limit the number of objects returned to the pipeline, the faster you code will run." Lots of commands will return ...
When writing PowerShell scripts, in a perfect world, we'd all just use cmdlets and functions. After all, the batch file days are behind us! Unfortunately, that's not always possible or even the best ...
We get it. From the outside, PowerShell can appear to be an incredibly powerful tool that only the most hardened IT pros can wield. But that just is not the case. Petri Paavola and his 20-plus years ...
In this next installment of my ongoing PowerShell series, I want to focus on putting PowerShell objects to work for you. Let me warn you in advance, however: Put on your advanced thinking caps for ...