Here's another handy script in my migration toolbelt - one of my very frequent tasks during different types of migration projects is to configure forwarding on mailboxes. Often times you might be forwarding in one direction for the duration of the backend migration, and then after cutover, you might need to remove that forwarding and … Continue reading PowerShell: Bulk Forwarding Script
Tag: smtp
DirSync error: Attribute Value Must Be Unique
I've run into this error before, and it's usually pretty straightforward - find the duplicate proxy address (usually), and remove it… problem solved. This time, however, wasn't as straightforward - searching for the duplicate proxy address that DirSync was complaining about turned up nothing at all in Active Directory! I dug a bit deeper into … Continue reading DirSync error: Attribute Value Must Be Unique
Use PowerShell to find email aliases
Something I run into all the time is trying to figure out who is holding a specific email address or alias - it can get pretty easy to lose track of aliases, as they don't show up in your list of users either in the admin center, or in the Exchange Control Panel. I found … Continue reading Use PowerShell to find email aliases