Remove more references to EXO-only mode

This commit is contained in:
Jeremy D. Berkleef 2021-05-03 08:56:05 -03:00
parent 3e880672dd
commit 585f3ada1b

View File

@ -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) {