PowerShell: Bulk Forwarding Script

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

PowerShell: Connect to the Security & Compliance Center

I had to recently do some eDiscovery work in the Security and Compliance Center (I'll post about that next, there was some cool PowerShell in there too 🙂 ), and as I often do, I turn to PowerShell to automate the process - or at least make it easier for me to do more things … Continue reading PowerShell: Connect to the Security & Compliance Center

Thunderbird to Office 365 Migration

Every now and again I come across some oddball migration scenarios that require some out-of-the-box thinking. It's been a long time since I had to do a POP3 migration, but I ended up finding myself needing to come up with a solution to migrate a small number of users (around 50) who currently used Thunderbird, … Continue reading Thunderbird to Office 365 Migration

G-Suite to Office 365: Meeting Room Interop

One of the challenges when migrating from Google Suite to Office 365 is coexistence - mail routing is not that hard to configure, and free / busy (Calendar Interop) is now available and works fairly well. Google's instructions are pretty straightforward and are available here. Just remember that you need to disable your user's calendar … Continue reading G-Suite to Office 365: Meeting Room Interop

PowerShell: Connect to Exchange Online – MFA Style

I've been using my Exchange Online connection script for some time now, and I love it - however, one of the biggest failings of that PowerShell module is that it doesn't support MFA, which is becoming more common as a requirement as we go along. Thankfully, Microsoft has released a new PowerShell module for connecting … Continue reading PowerShell: Connect to Exchange Online – MFA Style

Hierarchical Address Book Creation

I recently needed to configure a hierarchical address book (HAB) on one of my projects, and the process was interesting enough that I thought it was worth sharing - like most things I post, this is more a collection of all the different places where I've researched how to do something, and put together what … Continue reading Hierarchical Address Book Creation

PowerShell: Create Admin Credentials

This post is the second in a series on short posts with some of my favorite PowerShell tips and tricks (first one here, in case you missed it). This next script is another building block I use in many other scripts - especially ones where I know I'm going to be connecting to the same … Continue reading PowerShell: Create Admin Credentials

PowerShell: Connect to Exchange Online

I know there's a number of scripts out there that can handle automating (or at least simplifying the process of connecting to Exchange Online - I've realized over the years, though, that there's a number of tips and tricks that I've adopted to make my day to day life easier. Here's one of them… I … Continue reading PowerShell: Connect to Exchange Online

Use PowerShell to find Mail Contacts

It seems like one of the tasks I do the most on projects is discovery and documentation of existing settings in a client's environment. While there's a number of reports in the Office 365 portal, I find that nothing beats PowerShell for getting just what I want when I want it - and this time … Continue reading Use PowerShell to find Mail Contacts

MigrationPermanentException: Cannot find a recipient that has a mailbox GUID

Ran into the following error while attempting to offboard a mailbox (migrate it back on prem from Exchange Online): MigrationPermanentException: Cannot find a recipient that has mailbox GUID 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx' This error is usually caused when a mailbox is created directly in the cloud (New - Office 365 Mailbox in Exchange console on prem). The Exchange … Continue reading MigrationPermanentException: Cannot find a recipient that has a mailbox GUID