PowerShell Set Environment Variables

Environment variables store data that is used by the operating system and other programs. It is a value available to all processes running in a given system and can be specific to a user, machine or process. Creating, editing or…
PowerShell Add Users To AD Group From CSV via Email

In this article, we will discuss adding users to the AD group from CSV using their email addresses. This script queries the user’s email address instead of the user’s principal name, which is very helpful in environments where the user’s…
Windows Server Core Initial Setup

Windows Server Core is a minimalistic installation of the Windows Server operating system. Unlike the full installation of Windows Server, it does not install a graphical user interface (GUI). This makes it ideal for use in server environments where a…
PowerShell Script to Monitor Active Directory Health

If you manage Active Directory, you know that maintaining its health is crucial to the health of your organization as a whole. You also know that keeping track of all the moving pieces can be challenging. This PowerShell script by…