IT Knowledgebase Articles

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
PowerShell

PowerShell Copy-Item: Copy Files and Folders

Last Update: Jun 03, 2025

This guide will explore how to copy files and directories using the PowerShell Copy-Item cmdlet, cover advanced options (like recursion, filtering, and overwrite rules), and discuss performance considerations. Whether you’re a sysadmin or a developer, learn how to streamline your file operations with practical examples and best practices. What is the PowerShell Copy-Item cmdlet? The…

View Article
TWiIT episode 97 - Microsoft Intune Suite

Simplifying Intune Rollouts: Minimizing Risk and Downtime

As organizations struggle to find a new balance between expanding remote work options and repatriation back to the office, endpoint management has become a top issue. And with the growing risk of cyberthreats becoming more tangible every day – effective endpoint management is essential to ensure security and compliance. Unified Endpoint Management Unified Endpoint Management…

View Article
powershell hero 16 9 ratio

Mastering PowerShell Pause and Resume: How to Control Script Execution Like a Pro

Whether you’re waiting on a database update, managing system resources, or automating a batch process, there are times when a PowerShell script needs to pause execution before continuing. But not all pauses are created equal—sometimes, you need a simple Enter key prompt, while other times, a precise number of seconds delay is necessary. In this…

View Article
PowerShell

Install or Update PowerShell: A Comprehensive How-To Guide

Use this guide to help you check your current PowerShell version, update PowerShell from one version to another, run two versions side by side in Windows Terminal, and update PowerShell to the latest revisions. Windows PowerShell has been an essential tool in the IT Pro’s toolbelt. PowerShell 5.1 was introduced back in 2016 with Windows…

View Article
Copilot Vision

Copilot Vision Is Watching You But That Might Not Be a Bad Thing

Microsoft talked a lot about Copilot Vision at its ‘Windows 50 Years’ event a couple of weeks ago. In case you’re not familiar with the technology, Vision allows Copilot to see exactly what you can see on your screen. If you’re thinking “what could possibly go wrong with that?” – considering the controversy over Windows Recall, I…

View Article
Security

Cayosoft: Unraveling the Future of Identity and Access Management

Cayosoft started life as a license management solution for Microsoft 365 and it gradually evolved into a comprehensive backup, protection, and administration product for Active Directory (AD) and Microsoft Entra ID. In this episode of Petri Dish, Petri’s Editorial Director, Russell Smith, talks to Cayosoft CEO and founder Bob Bobel about managing complexity in Identity…

View Article
PowerShell

Mastering the PowerShell Not Equal Operator

PowerShell boasts various powerful comparison operators and arithmetic operators, the “Not Equal” operator (-ne) is particularly useful in conditional logic and scripting. Understanding its nuances and real-world applications can significantly enhance your scripting efficiency. Let’s explore mastering the PowerShell Not Equal operator (-ne) thoroughly, including logical operators and case sensitivity considerations. What is the PowerShell…

View Article
Go to page