Update GetVPGInfo.ps1
This commit is contained in:
+3
-6
@@ -1,15 +1,12 @@
|
|||||||
#################################################################
|
#################################################################
|
||||||
# ZVMEmailAlerts.ps1
|
# GetVPGInfo.ps1
|
||||||
#
|
#
|
||||||
# By Justin Paul, Zerto Technical Alliances Architect
|
# By Justin Paul, Zerto Technical Alliances Architect
|
||||||
# Contact info: jp@zerto.com
|
# Contact info: jp@zerto.com
|
||||||
# Repo: https://www.github.com/recklessop/ZertoScripts
|
# 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
|
# This script gets the VPG ID among other info for a given VPG Name
|
||||||
# http://s3.amazonaws.com/zertodownload_docs/Latest/Guide%20to%20Alarms,%20Alerts%20and%20Events.pdf
|
|
||||||
#
|
#
|
||||||
# Note this script is provided as-is and comes with no warranty.
|
# Note this script is provided as-is and comes with no warranty.
|
||||||
# The author takes no responsability for dataloss or corruption of any kind.
|
# The author takes no responsability for dataloss or corruption of any kind.
|
||||||
@@ -92,4 +89,4 @@ foreach ($vpg in $vpgListJSON){
|
|||||||
$vpg
|
$vpg
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
##End of script
|
##End of script
|
||||||
|
|||||||
Reference in New Issue
Block a user