From 81ced28a32e20353351d41cca68a3942325e14a1 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Fri, 4 May 2018 10:22:03 -0400 Subject: [PATCH] Update GetVPGInfo.ps1 --- GetVPGInfo.ps1 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/GetVPGInfo.ps1 b/GetVPGInfo.ps1 index 8e1c3b0..19692a5 100644 --- a/GetVPGInfo.ps1 +++ b/GetVPGInfo.ps1 @@ -1,15 +1,12 @@ ################################################################# -# ZVMEmailAlerts.ps1 +# GetVPGInfo.ps1 # # By Justin Paul, Zerto Technical Alliances Architect # Contact info: jp@zerto.com # Repo: https://www.github.com/recklessop/ZertoScripts # -# This script looks for Alerts in ZVM in the "Warning" status and -# sends an email with relevant information to the administrator. # -# For a list of warnings see this PDF -# http://s3.amazonaws.com/zertodownload_docs/Latest/Guide%20to%20Alarms,%20Alerts%20and%20Events.pdf +# This script gets the VPG ID among other info for a given VPG Name # # Note this script is provided as-is and comes with no warranty. # The author takes no responsability for dataloss or corruption of any kind. @@ -92,4 +89,4 @@ foreach ($vpg in $vpgListJSON){ $vpg } } -##End of script \ No newline at end of file +##End of script