This commit is contained in:
2024-01-26 16:40:38 -06:00
parent 217906e639
commit 3b35808e1a
2 changed files with 10 additions and 6 deletions

View File

@@ -718,9 +718,10 @@ GET_SNAPSHOTS(){
echo -e "\n${idsCL[Yellow]}LISTING ALL VM SNAPHOTS IN VCENTER ${idsCL[Default]}(minus offsite replicas)"
DIVIDER . lightGreen 70
echo -en "${idsCL[LightCyan]}Connecting to vCenter ...${idsCL[Default]}"
snapshots=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1`
echo -en "\033[2K\e[0K\r"
echo -e "${snapshots}"
# snapshots=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1`
# echo -en "\033[2K\e[0K\r"
# echo -e "${snapshots}"
${PW_FOLDER}/esxi-scripts/get-snapshots.ps1
echo -e "\n"
}