Hybrid Migration In most of my migrations of Exchange on-premise to Office 365 (Exchange Online), also know as a “Hybrid Migration,” I use a plethora of scripts for different parts of the process. In any hybrid migration there is usually an Active Directory sync to...
The script creates a CSV file containing a list of disabled mailboxes and their relevant information. It works in on-premises Exchange and Exchange Online. The script fetches user mailboxes from Exchange, filters them to select only “UserMailbox” types,...
I use this script in migrations from on-premises Exchange server to Exchange Online (Office 365, M365) mailboxes. Many times, I will just kick off all the migrations, let them sync up. Come back later and set the completion time/date in groups according to whatever...
Use this script to check on-premises Active Directory to determine if an account is enabled and display it in a formatted column. In summary, the script reads a list of user-names from a text file, retrieves their Active Directory user information, and displays their...
Use this script to modify and/or complete the hybrid migration for a single user in a O365 Mailbox migration. Technical Details The provided script performs the following tasks: Prompts the user to enter a username using the `Read-Host` cmdlet. The entered username is...
Use this script for Migrations and on-premises Active Directory maintenance. Check a user account, as read from a list of accounts, for several attribute properties. These attributes are usually checked during a migration to a cloud provider, but they can be...