Milestone 5 ‐ 480 Utils - InaFricke/SEC-480 GitHub Wiki

Milestone 5 - 480 Utils

Install vscode

  1. Install vscode on xubuntu-wan

1.5 add Github pull request

  1. Update and install git

apt-get install git

Build a module skeleton

  1. Add functions to your 480Utils.psm1 module that allow you to do the following:

  2. Create a linked or full clone

Note, a full clone should be made from the "Base Snapshot" (which implies you create a temporary linked clone). This is ideal for "live systems" that have a base snapshot in them like Server 2019 or vyos. A linked clone from the "Base" snapshot The script will be able to gather other parameters either interactively (Read-Host) or via your configuration file. The esxi server on which this clone is to run The datastore where the clone should be stored It makes sense to ask the user the name of the new clone You should fail gracefully and let the user know if any parameters are in error.