Skip to content

Releases: AsBuiltReport/AsBuiltReport.Microsoft.AD

v0.7.0

14 Mar 16:30
f094734
Compare
Choose a tag to compare

[0.7.0] - 2022-03-14

Added

  • Implemented health check explanations.
  • Added Health Check:
    • Search for Duplicate Object.
    • Search for Duplicate SID.
    • DFS Health Status
    • Search for Account Security Issues.
  • Added Naming Context Backup information.

Changed

  • Improve Health Check content.
  • Added enabled status on Forest Optional Features section.

Fixed

  • Fix DNS section issues.
  • Sort "Organizational Unit" section by path. Closes #27

v0.6.3

30 Jan 18:26
25fd44b
Compare
Choose a tag to compare

[0.6.3] - 2022-01-30

Changed

  • More Code refactoring to improve performance.
  • Migrated DNS/DHCP Server section to use CIM sessions.
  • Changed authentication parameter of CIM/PSRemote from kerberos to negotiate.
  • Added variable to control CIM/PSRemote authentication method (PSDefaultAuthentication)
  • Changed report main text color.

Fixed

  • Fix for more table caption error messages.
  • Fix section heading hierarchy

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