
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.

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.

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).

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.

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.

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.

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).

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.

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?

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.