Releases: AsBuiltReport/AsBuiltReport.Microsoft.AD
Releases · AsBuiltReport/AsBuiltReport.Microsoft.AD
v0.7.0
[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
[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
[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
v0.6.0
[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
[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
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