Skip to content

Releases: oussangelo/ADEHM

Release list

ADEHM v1.0.0

Choose a tag to compare

@oussangelo oussangelo released this 17 Jul 15:56

First public release. Battle-tested through a full acceptance cycle on a
hardened multi-DC environment before publication.

Added

  • Modular architecture: 7 independent modules (Configuration, Logger,
    Connectivity, System, ActiveDirectory, HTML, Mail)
  • Collection via CIM sessions / WinRM exclusively (no legacy WMI/DCOM)
  • Availability checks: ping, DNS resolution, WinRM, IP address, FQDN
  • Active Directory checks: NTDS, DNS, DFSR, Netlogon, KDC, ADWS services;
    SYSVOL and NETLOGON shares
  • System collection: CPU, RAM, disks (all fixed volumes), uptime, last
    boot time
  • System identity: server name, Windows version/build, AD site, domain
  • Professional self-contained HTML report (dashboard + 18-column detail
    table + color coding + incident section)
  • Automatic email delivery with a dedicated Outlook-safe body rendering
    (HTML tables + inline styles) alongside the full report attachment
  • Detailed execution log and structured error log (Date / Server / Module /
    Exception / Probable cause / Recommendation) with error-type-aware
    probable causes
  • Least-privilege service account support, including on hardened DCs —
    with the full delegation map (Docs/PERMISSIONS.md) and automation:
    Grant-ADEHMWmiPermission.ps1, Grant-ADEHMServiceReadPermission.ps1,
    Test-ADEHMPermission.ps1
  • Central configuration (ADEHM.config.psd1), automatic archiving,
    -DemoMode for installation validation without an AD infrastructure