I am attempting to use the following to export some of the properties of email address policies to CSV using EMS;
Get-EmailAddressPolicy | Select Name,LdapRecipientFilter,RecipientFilterApplied,IncludedRecipients,EnabledEmailAddressTemplate,EnabledPrimarySMTPAddressTemplate | Export-Csv C:\Temp\temp.csv
When I do that, it creates a CSV with the appropriate fields, but the EnabledEmailAddressTemplate property (that returns the appropriate information in EMS) returnsMicrosoft.Exchange.Data.ProxyAddressTemplateCollection for a value, not the expected SMTP addressing.