From 585f3ada1b514305342def60c9d4921dd7708056 Mon Sep 17 00:00:00 2001 From: "Jeremy D. Berkleef" Date: Mon, 3 May 2021 08:56:05 -0300 Subject: [PATCH] Remove more references to EXO-only mode --- alias-toolkit.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alias-toolkit.ps1 b/alias-toolkit.ps1 index 012fd7c..77c2b39 100644 --- a/alias-toolkit.ps1 +++ b/alias-toolkit.ps1 @@ -59,7 +59,7 @@ do Set-Mailbox -Identity $Alias.Displayname -EmailAddresses $Alias.EmailAddresses.Split(";") } - #Get the mailboxes from Exchange Online and print the email addresses to confirm the changes. + #Get the mailboxes from Exchange and print the email addresses to confirm the changes. Foreach ($Alias in $Alias_list) { $addresses = (Get-Mailbox -Identity $Alias.Displayname).EmailAddresses if ($addresses -eq $Alias.EmailAddresses) {