Skip to content

Releases: AsBuiltReport/AsBuiltReport.Microsoft.AD

v0.6.2

24 Jan 15:12
faa2503
Compare
Choose a tag to compare

[0.6.2] - 2022-01-24

Changed

  • Code refactoring to improve performance.
  • Implement more try/catch to better handle terminating errors.
  • Update ReadMe to include Known limitations.
  • Improve Sections title text.
  • Improve table sorting.

Fixed

  • Fix for table caption error messages.

v0.6.1

10 Dec 10:04
045b668
Compare
Choose a tag to compare

[0.6.1] - 2021-12-07

Added

  • Added Sample HTML Report Link to README file.
  • Added DHCP/DNS Powershell module installation instructions. Closes #18

Fixed

  • Improved the code to better detect whether a DHCP/CA infrastructure is in place. Closes #17
  • Fix missing comma in JSON File. Closes #16

v0.6.0

02 Dec 21:39
8604a39
Compare
Choose a tag to compare

[0.6.0] - 2021-12-02

Added

  • Added more CA Sections (Need More Testing)
    • Added CRL Repository
    • Added AIA Information
    • Added Security Section
    • Added Template Information
    • Added Key Recovery Agent Information
    • Added Cryptography Configuration Information

Changed

  • The spelling of the section title has been revised.
  • Enabled CA InfoLevels Option.

v0.3.0

27 Sep 07:09
b85e344
Compare
Choose a tag to compare

[0.3.0] - 2021-09-26

Added

  • Added Active Directory DHCP summary information.
    • Added DHCP Database information.
    • Added DHCP Dynamic DNS information.
  • Added per Domain DHCP IPv4 Scope information.
    • Added DHCP Scope Failover configuration information.
    • Added DHCP Scope Statistics information.
    • Added DHCP Scope Interface Binding information.
    • Added DHCP Scope Delegation configuration information.
  • Added per Domain DHCP IPv6 Scope information.
    • Added DHCP Scope Failover configuration information.
    • Added DHCP Scope Statistics information.
    • Added DHCP Scope Interface Binding information.
    • Added DHCP health check.

Changed

  • Added more Heading definitions.
  • Added funtion to convert from subnetmask to dotted notation.
  • Added a function to convert empty culumns to "-" (less switch cases).

Fixed

  • Fix for PSSession exhaustion.
  • Fix for DNS Zone Delegation IPaddress variable
  • Fix for unhandle null values.
  • Enhanced error message catching.
  • Fix for heading hierarchy.
  • Fix Forest schema version code.
  • Fix ActiveDirectory RequiredModule error (Fix #3).

v0.2.0

25 Sep 20:26
85cdf31
Compare
Choose a tag to compare

Added

  • Added Active Directory DNS summary information
  • Added DNS Forwarder summary information
  • Added Added DNS Recursion configuration information
  • Added Added DNS RRL configuration information
  • Added Added DNS Zone Reverse Lookup configuration information
    • Added Added DNS Zone Scavenging/Aging configuration information
    • Added Added DNS Zone Delegation configuration information
  • Added more health checks

Changed

  • Improved per Domain configuration information
  • Improved per Domain Controller configuration information
  • Introduced the ability to use a shared PSsession
  • Merged the functions used within the reports into a single file (SharedUtilsFunctions)

Fixed

  • Enhanced the logic of detecting a unavailable Domain or DC.
  • Enhanced verbose/degug logging
  • Added more try/catch code to improve error diagnostic