IT Knowledgebase Articles

azure cloud data hero

What is Azure Arc Gateway and When to Use It?

Azure Arc Gateway is a hidden champion in your Azure Hybrid box of tricks. How to deploy Azure Arc Gateway There are several ways to deploy Azure Arc Gateway, including command-line interface (CLI) and PowerShell but the simplest way is using the Azure Portal. To complete the deployment, your account requires the following permissions. Let’s…

View Article
1725501059 powershell hero

Mastering the PowerShell Replace Operator: A Practical Guide for IT Pros

This guide breaks down how to use the PowerShell replace operator effectively, how it differs from the .Replace() method, and how to apply it to real-world automation tasks. We’ll also cover how PowerShell replace returns transformed strings based on regex patterns. What is the PowerShell replace operator? The PowerShell replace operator is a regex-powered tool…

View Article
Cloud Computing

New Message Trace Experience Coming to Exchange Online

Microsoft will begin rolling out the new Message Trace experience for Exchange Online later this month, with full availability expected by July. The update brings improvements IT admins will appreciate, including better filtering, timezone-aware timestamps, and more detailed delivery statuses. In Exchange Online, Message Trace is a tool that allows administrators to track the journey…

View Article
Windows 11 2022 Update

What is Windows Backup for Organizations?

Microsoft wants organizations to migrate to Windows 11 before October 2025. And to help things along, they have released a new backup tool, called Windows Backup for Organizations, that aims to smoothly migrate user settings for devices not connected to a corporate intranet. What is Windows Backup for Organizations (WBfO)? Microsoft announced this week that…

View Article
PowerShell

Renaming Files in PowerShell: Techniques and Best Practices

Learn how to rename files using PowerShell. This guide covers the basics and a few advanced techniques, including syntax, common examples, the Registry, and even using a PowerToy. Basics and prerequisites The only prerequisites are PowerShell 5.1 or PowerShell 7 or later, and administrator permissions with your logged-in account. The Rename-Item cmdlet is the most…

View Article
Windows 11

What Is Windows 11 Administrator Protection? Microsoft Boosts Admin Security

Microsoft announced Administrator Protection for Windows 11 at its Build 2025 conference. Administrator Protection will affect how developers create applications for Windows 11. What is Windows Administrator Protection? Windows 11 Administrator Protection provides local administrators with more protection without putting limitations on functionality they might need to get their jobs done. Microsoft revealed in its…

View Article
exchange hero

Configured Exchange Server for High Availability? You Could Still Face an Extended Outage

High Availability (HA) was introduced in Exchange 2010 and since then has become the mainstay of message continuity in organizations. A high availability setup relies on Database Availability Groups (DAG) as a critical component to deploy a “highly available” messaging service and mailbox database across multiple Active Directory (AD) sites for resilience. What is a…

View Article
PowerShell

PowerTree Provides Visualization of Directory Structures in PowerShell

PowerTree is a free tool that is now available to download for PowerShell 7+ on GitHub. It’s similar to the Windows tree command but provides advanced filtering, sorting, and display options that make exploring and documenting file systems more efficient. For example, unlike the tree command in Windows, with PowerTree you can: Install PowerTree PowerTree…

View Article
Windows 11 approved hero 3

The Hidden Cost of Default: Why Windows 11 Enterprise Desktops Need a Personal Touch

Despite Microsoft’s ambitions for Windows 11, users are not impressed and organizations are reluctantly migrating from Windows 10 as it reaches end of life. Stardock’s Brad Sams thinks users can be productive with Windows 11 — if you give organizations better control over the desktop experience. It’s no secret that Windows 11 got off to…

View Article
PowerShell

Navigating the File System with PowerShell: A Step-by-Step Guide to Changing Directories

This step-by-step guide will help you master changing directories in PowerShell and navigating your file system. You will learn how to use basic and advanced techniques to change directories efficiently and streamline your workflow using PowerShell cmdlets like Set-Location, aliases like cd, and path shortcuts. Changing directory in PowerShell Changing file directories is essential when…

View Article
Go to page