Return SMTP Channel Email Addresses

Get-NotificationRecipient | foreach-object {$_.devices | where {$_.protocol -eq "smtp"}} | select name,address

 

Command Shell Main Menu