IT Knowledgebase Articles

Which Write Is Right For PowerShell?

Last Update: Sep 04, 2024

If there is one cmdlet that confuses PowerShell beginners more than anything, it is Write-Host. Newcomers see commands like Write-Output, Write-Host, and if running PowerShell 5.0 Write-Information. Determining which one to use can be a bit overwhelming. So let me make it simple: For now you can ignore Write-Information.

View Article

Enterprise Agenda: Finding Your Fit with Disaster Recovery

Last Update: Sep 04, 2024

Preparing for disaster recovery is worth more than gold when an outage occurs. When the recovery process acts and feels like muscle memory instead of a scramble to figure out what to do, a business can recover faster and avoid the costly outages that impact every organization at some time or another.

View Article

Deploying and Configuring Network Security Groups in Azure ARM

Last Update: Sep 04, 2024

This post will show you how to use Azure Resource Manager (ARM) or a CSP subscription to deploy network security and policy enforcement in the form of network security groups (NSGs).

View Article

PowerShell Problem Solver: Extending the Hot Fix Reporting Tool

Last Update: Sep 04, 2024

We’ve come along way since we started this project on building a PowerShell hot fix reporting tool. We’ve wrapped up our functionality around the Get-Hotfix cmdlet. But there’s more to be done.

View Article

What Are Network Security Groups in Azure Resource Manager?

Last Update: Sep 04, 2024

Network security groups (NSGs) can offer network security and policy enforcement for virtual networks in an Azure Resource Manager (ARM) or CSP deployment.

View Article

Windows 10 Ignoring the Hosts File for Specific Name Resolution

Last Update: Sep 04, 2024

Modifying the HOSTS hosts file causes your computer to look directly at the IP address specified in it. This is useful, for example, when you want to test a website before going live with a public DNS name, or when you want to prevent your computer from resolving a DNS name, thus preventing it from reaching it.

View Article

Deploy a New Domain from a Microsoft Azure Template

Last Update: Nov 19, 2024

Learn how to quickly deploy a new virtual machine-based Active Directory domain in Azure using a JSON template in Azure Resource Manager (ARM).

View Article

What Is Exchange Online Archiving?

Last Update: Sep 04, 2024

Learn all about Exchange Online Archiving, a set of optional features that can be purchased separately from Exchange Online, which is also included in some Office 365 plans.

View Article

Connecting Users to the Azure Cloud

Last Update: Jul 29, 2025

In this article Aidan Finn discusses the most forgotten aspect of migrating or deploying services into the cloud: Exactly how will the users connect to the services that will be running in Azure?

View Article

PowerShell Problem Solver: An Advanced HotFix Reporting Tool

Last Update: Sep 04, 2024

It’s time to dive deep into our series about how to build an advanced hotfix reporting tool and this time around, we provide assistance for those who have complex requirements.

View Article
Go to page