by Edward van Biljon | Jun 18, 2025 | PowerShell, PowerShell ISE
Introduction to Hyper-V and PowerShell Managing a virtualized environment efficiently involves identifying servers that host Hyper-V roles. Hyper-V is a powerful hypervisor built into Windows Server, allowing you to create and manage virtual machines. Using...
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...