Hi guys,
Last night, I was rebuilding my labs and figured out that we could improve the script to be fully automated.
As I'm using differencing disks, I wanted to add support for that. If you would like to know more about differencing disks and how to use them, please reach out and I will be happy to help!
Let's start with some variables that I added and/or modified to get this thing started.
With the $scriptPath variable, I let the script know in which folder it is located. That make things easy to import my csv file.
$scriptPath = split-path -parent $MyInvocatio