IT Knowledgebase Articles

PowerShell

Understanding PowerShell Objects

Last Update: Jun 06, 2025

One of the features that both makes PowerShell so easy to use yet sometimes difficult to learn is its focus on objects. I have taught PowerShell objects to many people over the last 10 years and this is not as difficult as people make it out to be. That is to say, I think many…

View Article
Windows

How to Fix The “Trust Relationship Between This Workstation And The Primary Domain Failed” Error

Last Update: Jun 18, 2025

The “trust relationship between this workstation and the primary domain failed” error means that the computer cannot access a network because it is offline, or that it has lost its membership to the Active Directory (AD) domain. This guide will help you understand what’s happening behind the scenes when this error occurs, and we’ll go…

View Article
PowerShell

Using PowerShell Select-Object

Last Update: Jul 04, 2025

PowerShell is an object-oriented shell for Windows, Linux, and macOS. And as such, you will need to understand how to work with PowerShell objects to get the best out of it. In this article, PowerShell expert Jeff Hicks takes you through the different ways you can use the PowerShell Select-Object cmdlet. I think by nature…

View Article
Security – 4

Securing IoT with Azure Sphere

Last Update: Jul 29, 2025

In this article, we are going to take a brief look at what Azure Sphere is and how it is helping to protect Internet of Things (IoT) devices with additional security overlay. In today’s world, we are surrounded by billions of devices – all with microcontrollers embedded in them for control and to add logic….

View Article
Network Security

New Features in SQL Server 2022

Last Update: Nov 19, 2024

SQL Server is Microsoft’s premier enterprise database platform. But in today’s world of rapid-fire releases and continuous updates, the new SQL Server 2022 release seems like it has been a long time in coming. But it includes some great new features. SQL Server 2019 was the last major release of SQL Server. With every release,…

View Article
Windows 12 due for release in 2024

Windows 12 Won’t Be a Big Bang Release. Here’s Why.

Microsoft is apparently scrapping next year’s big update for Windows 11. And instead, aiming for a major update in 2024. Which will be 3 years after Windows 11 first launched. So, why the change of plans and what can we expect to see in Microsoft’s next big Windows release? Windows 12 due in 2024? What…

View Article
Windows

How to Use the Icacls Command to Manage File Permissions

Last Update: Feb 19, 2024

Icacls is a Windows command-line utility that IT admins can use to change access control lists on files and folders. One of the most common tasks that an IT Pro or system administrator performs is modifying permission on a file server. Using the icacls command is a very efficient way to do that, and we’ll…

View Article
PowerShell

How to Install Active Directory PowerShell Module

Last Update: Jun 12, 2025

In this guide, we’ll show you how to install the Active Directory PowerShell module on almost any version of Windows. Installing the Active Directory (AD) module in PowerShell offers IT pros convenient and secure remote access to administer their AD environments, all without having to interactively log into their domain controllers. Microsoft does not recommend…

View Article
Storage

Backup Power Supplies and Strategies to Recover from Power Outages

Last Update: Sep 05, 2024

Depending on what part of the country you’re in, coping with power outages and having backup power may or may not play a big part in your disaster recovery plans. While it’s often overlooked, power is the one thing that all computing activities require, whether it is desktops, datacenters, or cloud computing. Backup power supplies…

View Article
Security

Azure Bastion Native Client Support – Log Into VMs With the Windows RDP Client

Last Update: Oct 07, 2022

Azure Bastion native client support provides a secure way to log into Windows and Linux virtual machines (VMs) using the Remote Desktop Protocol (RDP) or Secure Shell (SSH). There’s no need to expose the VMs to the Internet, or even to your network. That means you can “air gap” the virtual machines to prevent zero-day…

View Article
Go to page