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 ›
Batch
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 ›