by Edward van Biljon | Apr 30, 2025 | Exchange 2019, Exchange 2019 PowerShell
Mailbox moves, especially when dealing with thousands of mailboxes is a task that can take a long time because you need to check when mailbox moves complete and also keep an eye on space. I decided to put something together that automates this process, clearing...
by Edward van Biljon | Apr 22, 2025 | Uncategorized
I needed to create a custom throttling policy that matched M365 limits or close to those limits and assign these to all user mailboxes. The script has the PSSnapin for Exchange 2019 added so that you can run this from PowerShell ISE if you want to watch it or step...
by Edward van Biljon | Apr 18, 2025 | Exchange 2019, Exchange 2019 PowerShell
I was tasked with finding out the total number of emails received for a specific set of mailboxes as they wanted an idea to plan migration to M365. The script I put together was tweaked with Claude to fix an output problem I had. Below is what the end result was:...
by Edward van Biljon | Apr 15, 2025 | Exchange 2019 PowerShell, Exchange 2016, Exchange 2016 PowerShell, Exchange 2019
Introduction to Send Connectors in Exchange In Microsoft Exchange 2016 and 2019, send connectors are critical in managing email flow from Exchange servers to external domains. These connectors are essential for delivering outbound emails, ensuring that messages are...
by Edward van Biljon | Mar 31, 2025 | Exchange 2016, Exchange 2016 PowerShell, Exchange 2019, Exchange 2019 PowerShell
Introduction to Mailbox Quotas in Exchange 2016 Mailbox quotas play a vital role in managing storage resources within Exchange 2016. They serve as limitations imposed on the amount of data that users can store in their mailboxes. By defining these quotas,...