This is the next part detailing how the script here works. The first part detailed the rough design of the script and the main function that creates the transaction objects that are passed through the script. This part adds some… Read More ›
CSV
PowerShell: A Simple Batch Processing System, Part 1
Hi. I’ve written a few scripts that have gotten to be quite large. In all cases they’ve needed to make a series of changes to a set of objects and log the results. It’s normally important that some of the… Read More ›
PowerShell: A Simple Batch Processing System
This is the skeleton of a Batch Processing System (Importing from a CSV file, performing consecutive tasks that are dependant on the previous task completing and then outputting the result). I detailed how it works in Part 1 here and… Read More ›
PowerShell: Create a CSV Report of Mailbox Sizes
The following is a simple script to generate a mailbox size report CSV for a set of email addresses. The full function and explanation follows.
PowerShell: Querying, Formatting and Exporting Tags on Picture Files
One of the many Sisyphean tasks my wife performs is keeping the all the metadata tags of our digital photographs up to date. She meticulously keeps tabs on the tags she’s used but with the sheer number of photos, new… Read More ›