Forum Discussion
error enabling Unified Messaging - number already registered
Hi Andrew,
Thank you for the quick reply. I did see that site, but
when I run the following PS command it doesn't find any reslults.
Get-Recipient -ResultSize Unlimited | where{$_.emailaddresses -like “*EUM:*removed*”} | fl displayname,emailaddresses
I haven't checked shouldn't it be $_.ProxyAddressess -Like not emailaddresses?
- Brian LangJul 12, 2017Copper Contributor
Hi Mark,
Either $_.emailaddresses or $_.ProxyAddressess are accpeted and return the same results.
- Andrew PriceJul 12, 2017Brass Contributor
Maybe an easier way Get-UMMailbox | fl Extensions
- Brian LangJul 17, 2017Copper Contributor
Andrew,
The Get-UMMailbox | fl Extensions was very helpful. I see the ext "7832" I'm trying to apply assinged to another user. Can you advise the best way to change this? Can I just disable UM for the user with 7832.. then re-enable with the correct ext. Then attempt to enable 7832 to the correct user?