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...
by Edward van Biljon | Mar 12, 2024 | PowerShell
PowerShell is a powerful scripting language that allows users to automate tasks and manage systems more efficiently. Saving and running PowerShell scripts can be a useful way to streamline repetitive tasks and improve productivity. In this article, we will guide you...
by Edward van Biljon | Feb 6, 2024 | PowerShell
In the world, everything works around DNS records to find where stuff is coming from and going to. As an email admin, you are constantly checking records for clients or updating them so checking what records exist is something that for me I do all the time. Many...