The archive

#Active Directory

Practical IT guides, comparisons, explainers and news — curated by practitioners.

11articles
32Topics
~11Avg min read
214Total views

11 articles · Curated and written by practitioners

FeaturedSquare Windows Server 2025 tutorial cover showing how to enable DNS-over-HTTPS (DoH) on the DNS Server role using a TLS certificate, netsh binding, PowerShell configuration, and client testing.
Windows Server 2025

Enable DNS-over-HTTPS (DoH) on Windows Server 2025 DNS Server

Learn how to enable DNS-over-HTTPS (DoH) on the Windows Server 2025 DNS Server role, covering certificates, netsh binding, the Set-DnsServerEncryptionProtocol cmdlet, and client testing.

Aug 31, 2026, 1:23 AM 16 min
14
EEmanuel De Almeida
Read article
Certighost CVE-2026-54121 cybersecurity graphic showing how a public exploit can elevate an authenticated domain user to.
Active Directory

Certighost CVE-2026-54121: Public Exploit Turns a Domain User Into a Domain Controller

Researchers H0j3n and Aniq Fakhrul have released a working exploit for Certighost, an Active Directory Certificate Services flaw patched in July 2026 that let any low-privileged domain user impersonate a domain controller and reach full domain compromise.

Jul 27, 2026, 11:00 PM 10 min
12 1
EEmanuel De Almeida
How to deploy PowerShell startup scripts through Group Policy, including SYSVOL storage, GPO creation, script assignment.
Group Policy

How to Deploy PowerShell Startup Scripts via Group Policy

Learn how to deploy PowerShell startup scripts to domain computers using Group Policy. Covers the Scripts (Startup/Shutdown) extension, the PowerShell Scripts tab, execution policy, Netlogon storage, and verifying execution with Event ID 5018.

Jul 23, 2026, 10:22 PM 7 min
28
EEmanuel De Almeida
LDAPS configured in Active Directory with an SSL/TLS certificate, LDAP signing, firewall access on port 636.
Active Directory

How to Configure LDAPS (LDAP over SSL) in Active Directory

Learn how to configure LDAPS (LDAP over SSL) in Active Directory Domain Services. Covers certificate requirements, the NTDS Personal store, firewall rules for port 636, and verifying the connection with ldp.exe.

Jul 23, 2026, 9:26 PM 9 min
31
EEmanuel De Almeida
Windows Event ID 5719, where the Netlogon service cannot establish a secure channel with a domain controller, with DNS.
Active Directory

Event ID 5719: Why Netlogon Can't Reach a Domain Controller

Event ID 5719 is a Netlogon warning logged when a domain-joined Windows computer fails to establish a secure session with a domain controller. Common causes include network timing at boot, DNS misconfiguration, and broken secure channel trust.

Jul 23, 2026, 5:21 PM 11 min
46 Trending
EEmanuel De Almeida
An LDAP directory organizing users, groups, and services, with authentication, directory queries, access control.
LDAP

What Is LDAP? Lightweight Directory Access Protocol Explained

LDAP is the standard protocol for querying and modifying directory services like Active Directory. It runs on port 389 (plaintext) or 636 (TLS). This explainer covers LDAP operations, Active Directory integration, LDAPS, and security best practices.

Jul 23, 2026, 5:16 PM 11 min
20 1
EEmanuel De Almeida
BitLocker recovery keys exported from Active Directory to a CSV file using PowerShell.
Bitlocker

How to Export BitLocker Recovery Keys from Active Directory With PowerShell

Use the ActiveDirectory PowerShell module to export BitLocker recovery keys from Active Directory into a CSV, then validate the 48-digit passwords and keep the file secure.

Jul 21, 2026, 3:41 AM 14 min
8
EEmanuel De Almeida
Windows Event ID 4768 for a Kerberos Ticket-Granting Ticket request, with a client, domain controller, authentication flow.
Kerberos

What Is Windows Event ID 4768? Kerberos TGT Request Auditing Explained

Windows Event ID 4768 logs every Kerberos TGT request on domain controllers. This explainer covers what it means, how the Kerberos AS-REQ flow works, key result codes, and how to use 4768 for security monitoring.

Jul 18, 2026, 10:43 PM 12 min
16
EEmanuel De Almeida
Microsoft Entra Connect synchronizing identities from on-premises Active Directory to Microsoft Entra ID, with installation.
Microsoft Entra Connect

How to Install and Configure Microsoft Entra Connect for Directory Sync

Install and configure Microsoft Entra Connect to synchronize your on-premises Active Directory with Microsoft Entra ID, enabling hybrid identity with password hash sync, OU filtering, and SSO.

Jul 18, 2026, 10:18 PM 8 min
10
EEmanuel De Almeida
Square comparison cover contrasting Microsoft Entra ID cloud identity management with on-premises Active Directory.
Active Directory

Azure AD vs Active Directory (Entra ID): Key Differences Explained

Active Directory and Microsoft Entra ID (formerly Azure AD) both handle identity, but they were built for different eras. This explainer breaks down their trust models, authentication protocols, and when to use each.

Jul 18, 2026, 9:50 PM 12 min
24
EEmanuel De Almeida
Windows Event ID 4728 for a user added to a security-enabled global group, with Active Directory, Event Viewer, auditing.
Active Directory

What Is Windows Event ID 4728? Active Directory Group Membership Auditing Explained

Windows Event ID 4728 logs every time a member is added to a security-enabled global group in Active Directory. This explainer covers what the event means, how it works, why it matters for security teams, and how to monitor it effectively.

Jul 18, 2026, 9:43 PM 12 min
5
EEmanuel De Almeida