Apply WhatIf to an entire script
Yesterday, I needed to create a script that would allow me to stop a lot of services in one go,…
Yesterday, I needed to create a script that would allow me to stop a lot of services in one go,…
In PowerShell, there is the Get-Process cmdlet. However, this does not return the ParentProcessId property, so it is unsuitable for…
Reading the Windows registry from PowerShell can be a bit cumbersome, when all you wanted to retrieve is the value…
This post contains a few (short) useful PowerShell functions and snippets, that you can include in projects and/or your profile,…
In this article, I present an easy way to merge all video files in a directory using the Open Source…
Found this handy python script for sharing Clementine song status in Empathy..... regrettably it did not work on my Ubuntu…
In this article I will give some extra information on the usage of CMD.EXE variables in batch files. These variables…
This week I needed to clear the 'logon script' field of all AD users (who had one set). While working on…
This article addresses one specific use case for recursion in batch: Recursively looping through a directory (also called a folder)…
One of the annoying things in Windows XP/2003 and later, is that the construct if not exist c:\test\*.* echo No…
This website uses cookies.