On 09/11/2015 04:23 PM, Martin Simovic wrote: > I have’t been able to find that under AD Users and Computers, that’s why > I use ADSI Edit.
an other solution (it this has to be done on windows) would be powershell with Set-ADUser cmdlets [1] Set-ADUser -Identity UserName -Add @{otherMailbox="al...@domain.tld"} Never tried that myself, but looks plausible...as far as I know you have to install the active directory module (which is included and enabled by default in RSAT) and import the module first (import-module activedirectory) in order to use it. [1] https://technet.microsoft.com/en-us/%5Clibrary/Hh852287%28v=WPS.630%29.aspx -- users@sogo.nu https://inverse.ca/sogo/lists