Join an Ubuntu Server to Active Directory (AD) Domain

Overview Integrating an Ubuntu server with Microsoft Active Directory (AD) enables centralized authentication and access control using domain credentials. While SSSD is commonly used, some enterprise environments prefer Winbind due to compatibility requirements, legacy setups, or advanced Samba integrations. This guide explains how to join an Ubuntu server to an AD domain using realmd + … Read more

Unable to delete Cloud Manangement Gateway

Overview In Microsoft Endpoint Configuration Manager (ConfigMgr / SCCM), administrators may encounter a scenario where the Cloud Management Gateway (CMG) remains stuck in the “Deleting” state even after all related Azure resources and console components have been removed. Symptoms You may observe the following: Primary Root Cause Service Connection Point role not installed, removed, or … Read more

Removing Lingering Objects in AD Using the LoL GUI Tool

Lingering objects in Active Directory can disrupt replication and introduce directory inconsistencies. Microsoft provides a graphical utility called the Lingering Object Liquidator (LoL) that simplifies detection and removal without relying solely on command-line tools. This guide outlines a structured troubleshooting approach and safe use of the LoL GUI tool. Understanding Lingering Objects Lingering objects occur … Read more

Repadmin Commands — Quick Reference and Use Cases

Repadmin is a command-line utility used to diagnose and manage Active Directory replication. It allows administrators to view topology, monitor health, force synchronization, and troubleshoot complex directory issues. It is installed with: Run from an elevated command prompt. Displays the master command list and syntax help. Command Categories 1️⃣ Forest & Domain Overview Replication Summary … Read more