Im sure this is going to be a super easy one to fix but its driving me a little crazy... seems there are hundreds of blogs on how to setup email alerts but no one can tell me how to list them. Best i have come up with is:
PS H:\> Get-AlarmDefinition | Get-AlarmAction -ActionType SendEmail
ActionType Trigger
---------- -------
SendEmail {...
SendEmail {...
SendEmail {...
SendEmail {...
pretty useless.... Can someone tell me how i can get a list of the Alarm Definition Name, ActionType (Email) & Trigger? Thanks!!!