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 | Jan 15, 2025 | Active Directory, PowerShell, PowerShell ISE
Introduction to Active Directory and PowerShell Active Directory (AD) is a crucial component of Microsoft Windows-based networks, providing a directory service that enables centralized management of various network resources. It allows administrators to control user...
by Edward van Biljon | Jan 13, 2025 | PowerShell, PowerShell ISE
Introduction to Hyper-V and PowerShell Hyper-V is a virtualization technology developed by Microsoft that allows users to create and manage virtual machines (VMs) on Windows operating systems. It provides a robust platform for deploying and running multiple operating...
by Edward van Biljon | Jan 11, 2025 | PowerShell, PowerShell ISE, PowerShell V7
The Temp Directory (Space eater) The never ending directory that fills up with almost everything. As IT Admins, one of the first places we look to clear up space is the directory “C:\Windows\Temp” as this folder can grow pretty large over time causing...