Managing Recipient Addresses using CPolydorou.Exchange
Managing the a recipient's addresses can be a time consuming process since it involves the multi value Active Directory attribute "proxyAddresses". This can be tricky when using PowerShell, especially for the less experienced administrator. Since I have also wasted a lot of time on this, I decided to make things easier and write a few functions to update the proxy addresses of objects. Getting To get the proxy addresses of an object, simply use the Get-RecipientAddress function with the identity of the recipient. [PS] C:\>Get-RecipientAddress -Identity cpolydorou@lab.com Identity Type Address Primary -------- ---- ------- ------- LAB.local/LAB/Users/Christos P...