From 40c2fb267ef03a880050b87ca122bfadeea3c6f3 Mon Sep 17 00:00:00 2001 From: Brian Reid <31985319+brianreidc7@users.noreply.github.com> Date: Wed, 26 Apr 2023 17:11:25 +0100 Subject: [PATCH 1/2] Add better support for email address policies Added two columns to table to report more useful info --- Start-ExchangeRecipientAdminCenter.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Start-ExchangeRecipientAdminCenter.ps1 b/Start-ExchangeRecipientAdminCenter.ps1 index 289d387..94e7453 100644 --- a/Start-ExchangeRecipientAdminCenter.ps1 +++ b/Start-ExchangeRecipientAdminCenter.ps1 @@ -196,13 +196,15 @@ try { # Prepare email address policies list $HTMLROWS = "" - foreach ($Item in (Get-EmailAddressPolicy | Select Name, Priority, RecipientFilter)) { + foreach ($Item in (Get-EmailAddressPolicy | Select Name, Priority, RecipientFilter,EnabledPrimarySMTPAddressTemplate,EnabledEmailAddressTemplates)) { $HTMLROWS += "