There are a number of different ways to test for the presence of a registry key and value in PowerShell. Here’s how I like to go about it. We’ll use …...
Quite a common request for working with Windows machines is to report the software installed on them. If you don’t have a centralised system for reporting on client software (many …...
Adding and removing Items from a PowerShell array is a topic which can lead to some confusion, so here are a few tips for you. Create an array and we …...
Sometimes when running a PowerShell script you may need to test at the beginning whether the process it was called from had Windows admin privileges in order to be able …...
If you’re looking to learn or improve on existing skills as part of a new year goal and one of those in PowerShell, then you may find it useful to …...