June Castillote

June started in IT by fixing computers back in 2002. Since then, he has worked as a programmer, technical support specialist, and systems administrator. He is currently a technology consultant working with Microsoft 365, Azure, and various Messaging and Collaboration systems. June is always on the lookout for automation opportunities and prefers to write code in PowerShell whenever possible.

Utilizing Offline Registry Editor to Repair the Registry

Learn how to use Windows' built-in offline registry editor to fix registry issues with Windows 10 even if Windows won't boot!

Specops Password Auditor Free: A Review

Learn how to scan your Active Directory environment and perform a password audit with the free Specops Password Auditor tool.

How to Set Up Hyper-V Nested Virtualization [Step-by-Step]

Learn how to install and configure a Hyper-V host inside of a Hyper-V with nested virtualization in this guide.

How to Sign PowerShell Script (And Effectively Run It)

Are you wondering what script signing is and how to distinguish a signed script from a non-signed one? Look no further! In this article, you'll learn how to sign PowerShell scripts using digital certificates

Exchange Distribution Groups: Your How-To Ultimate Guide

Need to work with Exchange distribution groups? Learn the ins and outs of how to manage them with the Exchange Admin Center and PowerShell.

How to Set up the SSH Chrome Extension

Learn how to use the SSH Chrome extension to easily connect to a variety of SSH servers using passwords or keys!

Building an Active Directory Password Reset Tool with PowerShell

If you're in the market for an Active Directory password reset tool, you can build one yourself with PowerShell or check out a great paid tool.

SSH into Azure VM : Absolute Guide for Cloud-Hosted Servers

Once built, you need to access your Azure VM instance. If you're a command-line junkie, learn how to SSH into an Azure VM in this step-by-step tutorial.

How to Set Up OpenSSH on Windows Server [Complete Guide]

Learn how to set up OpenSSH on Windows Server, configure SSH for both password and certificate authentication in this complete guide.

How to Set up Microsoft Teams for Mac

Learn how to install Microsoft Teams for mac along with customizing Microsoft Teams for macOS settings such as privacy and the theme!

The Top Free Remote Desktop Connection Managers for Windows

Get a great overview of all the top remote desktop connection managers and in depth reviews of all features.

Creating Windows 10 Guest Account the Easy Way

Create a Windows 10 guest account using the graphical user interface, Windows net commands, or the PowerShell command-line!

Create Checksum in Windows and Verify File Integrity

Learn in this in-depth article that covers nearly all the ways to generate checksums in Windows using built-in and third-party tools.

Back to Basics: Conditional Logic with PowerShell If-Else

Learn what the PowerShell If-Else construct is, understand its syntax and how it works.

Discover PowerShell to Delete Files with Remove-Item and WMI

Using PowerShell to delete files saves a ton of time. Learn how to delete files older than a date and many other useful tips in this article.

How to Turn Off or Disable Windows Firewall (All the Ways)

Learn how to disable Windows Firewall using the built-in, available GUI tools in Windows and use commands using netsh and PowerShell.

How to Perfectly Map SharePoint Drive

If you've ever needed to map a SharePoint drive as a real Window drive, learn how via the GUI, PowerShell and the command prompt.

Getting Started with hMailServer: Installation and Configuration

Learn how to get started sending email and managing HMailServer in this step-by-step tutorial!

Static vs Dynamic Websites: What’s the Difference?

Who's the winner when it comes to static vs. dynamic websites? Find out in this informative, in-depth article weighing the pros and cons.

Validate PowerShell to Check if a File Exists (Examples)

Learn how to use PowerShell to check if a file exists with Test-Path, Get-Item and even .NET in this in depth guide!