by Edward van Biljon | Jan 9, 2025 | PowerShell, Exchange 2013, Exchange 2016, Exchange 2019, PowerShell ISE
Introduction to Mailbox Quotas in Exchange Mailbox quotas are essential components of Microsoft Exchange, serving as crucial controls that manage the storage capabilities allocated to individual mailboxes within an organization. In environments like Exchange 2016 and...
by Edward van Biljon | Dec 19, 2024 | Exchange 2016, Exchange 2016 PowerShell, PowerShell, PowerShell ISE
Introduction to Log Parser and RCA Logs in Exchange 2016 Tracking Outlook Versions being used in your Exchange 2016 environment is always something that is asked by management as they need to know what legacy versions of Outlook are being used and to plan for...
by Edward van Biljon | Mar 30, 2024 | PowerShell
PowerShell is a powerful scripting language that allows you to automate various tasks on your computer. One common task is reading the contents of a text file and displaying it on the screen. In this blog post, we will explore how to achieve this using PowerShell....
by Edward van Biljon | Mar 29, 2024 | PowerShell
When it comes to managing files and folders in Windows, PowerShell is a powerful tool that can simplify the process. In this article, we will guide you through the steps to create a shared folder in Windows using PowerShell. Step 1: Open PowerShell To get started,...
by Edward van Biljon | Mar 22, 2024 | PowerShell
When working with file paths in PowerShell, it can be useful to know the number of characters in a file path. This information can help you ensure that your file paths are within certain limits or assist in troubleshooting any issues related to file path length. In...