Add X.500 Email address
Most of the time, when we mention the term “Email address” we referee to SMTP Email address. In some scenarios such as Migration from Exchange environment or another mail system that
stores the information about users in the LDAP directory, we will need to add (or remove) X. 500 addresses to the Office 365 recipients.
PowerShell command Syntax
|
$User=Get-Mailbox $User=Get-Mailbox <Identity> $User.EmailAddresses+="<X.500 Email Address>" Set-Mailbox <Identity> –EmailAddresses $User.EmailAddresses
|
Commenti
Posta un commento