I’m tired of having to use the EAC, so from the MS documentation:
Get-Mailbox UserDisplayName | Set-Mailbox -EmailAddresses @{add="newPossibleSpam@yourdomain.we"}
To verify:
get-mailbox UserDisplayName | select DisplayNAme, EmailAddresses | FL
Everything IT
I’m tired of having to use the EAC, so from the MS documentation:
Get-Mailbox UserDisplayName | Set-Mailbox -EmailAddresses @{add="newPossibleSpam@yourdomain.we"}
To verify:
get-mailbox UserDisplayName | select DisplayNAme, EmailAddresses | FL