Jonathan Medd Author

Testing for the Presence of a Registry Key and Value

Scripting Games

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 …...

Read More

Reporting On Installed Windows Programs Via The Registry

Scripting Games

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 …...

Read More

Adding and Removing Items from a PowerShell Array

Scripting Games

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 …...

Read More

Testing for Admin Privileges in PowerShell

Scripting Games

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 …...

Read More

Winter Scripting Games 2014

Scripting Games

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 …...

Read More