Week 5 - absentee-neptune/SYS-480 GitHub Wiki

Week Overview

  • Using Visual Studio Code, created a cloner script to streamline the cloning process of VMs we have done using PowerCLI

Issues
The biggest issue I had for this milestone was to effectively create error handling within the cloner script. I honestly don't think I have done error handling within PowerShell scripts before, but once I researched a bit on different methods to use I figured out it wasn't too different from trying to do error handling within Python scripts.