Milestone 5 ‐ 480 Utils - InaFricke/SEC-480 GitHub Wiki
Milestone 5 - 480 Utils
Install vscode
- Install vscode on xubuntu-wan
1.5 add Github pull request
- Update and install git
apt-get install git
Build a module skeleton
-
Add functions to your 480Utils.psm1 module that allow you to do the following:
-
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.