ESXi

 View Only

Powercli Return AlarmAction SMTP Address

  • 1.  Powercli Return AlarmAction SMTP Address

    Posted May 18, 2016 08:30 PM

    I need to report the SMTP address associated with all alarms in vCenter. I'm struggling to locate the property to call to return this data. So far I have;

    Get-AlarmDefinition -Enabled:$true | Get-AlarmAction -ActionType SendEmail

    How would I call the "To" property?