|
1 | 1 | # :arrows_counterclockwise: Microsoft AD As Built Report Changelog |
2 | 2 |
|
| 3 | +## [0.3.0] - 2021-09-26 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Added Active Directory DHCP summary information. |
| 8 | + - Added DHCP Database information. |
| 9 | + - Added DHCP Dynamic DNS information. |
| 10 | +- Added per Domain DHCP IPv4 Scope information. |
| 11 | + - Added DHCP Scope Failover configuration information. |
| 12 | + - Added DHCP Scope Statistics information. |
| 13 | + - Added DHCP Scope Interface Binding information. |
| 14 | + - Added DHCP Scope Delegation configuration information. |
| 15 | +- Added per Domain DHCP IPv6 Scope information. |
| 16 | + - Added DHCP Scope Failover configuration information. |
| 17 | + - Added DHCP Scope Statistics information. |
| 18 | + - Added DHCP Scope Interface Binding information. |
| 19 | + - Added DHCP health check. |
| 20 | + |
| 21 | +### Changed |
| 22 | + |
| 23 | +- Added more Heading definitions. |
| 24 | +- Added funtion to convert from subnetmask to dotted notation. |
| 25 | +- Added a function to convert empty culumns to "-" (less switch cases). |
| 26 | + |
| 27 | +### Fixed |
| 28 | + |
| 29 | +- Fix for PSSession exhaustion. |
| 30 | +- Fix for DNS Zone Delegation IPaddress variable |
| 31 | +- Fix for unhandle null values. |
| 32 | +- Enhanced error message catching. |
| 33 | +- Fix for heading hierarchy. |
| 34 | +- Fix Forest schema version code. |
| 35 | +- Fix ActiveDirectory RequiredModule error (Fix [#3](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues/3)). |
| 36 | + |
3 | 37 | ## [0.2.0] - 2021-09-10 |
4 | 38 |
|
5 | 39 | ### Added |
6 | 40 |
|
7 | | -- Added Active Directory DNS summary information |
8 | | - - Added DNS Forwarder summary information |
9 | | - - Added Added DNS Recursion configuration information |
10 | | - - Added Added DNS RRL configuration information |
11 | | - - Added Added DNS Zone Reverse Lookup configuration information |
12 | | - - Added Added DNS Zone Scavenging/Aging configuration information |
13 | | - - Added Added DNS Zone Delegation configuration information |
14 | | - - Added more health checks |
| 41 | +- Added Active Directory DNS summary information. |
| 42 | + - Added DNS Forwarder summary information. |
| 43 | + - Added DNS Recursion configuration information. |
| 44 | + - Added DNS RRL configuration information. |
| 45 | + - Added DNS Zone Reverse Lookup configuration information. |
| 46 | + - Added DNS Zone Scavenging/Aging configuration information. |
| 47 | + - Added DNS Zone Delegation configuration information. |
| 48 | + - Added more health checks. |
15 | 49 |
|
16 | 50 | ### Changed |
17 | 51 |
|
18 | | -- Improved per Domain configuration information |
19 | | -- Improved per Domain Controller configuration information |
20 | | -- Introduced the ability to use a shared PSsession |
21 | | -- Merged the functions used within the reports into a single file (SharedUtilsFunctions) |
| 52 | +- Improved per Domain configuration information. |
| 53 | +- Improved per Domain Controller configuration information. |
| 54 | +- Introduced the ability to use a shared PSsession. |
| 55 | +- Merged the functions used within the reports into a single file (SharedUtilsFunctions). |
22 | 56 |
|
23 | 57 | ### Fixed |
24 | 58 |
|
25 | 59 | - Enhanced the logic of detecting a unavailable Domain or DC. |
26 | | -- Enhanced verbose/degug logging |
27 | | -- Added more try/catch code to improve error diagnostic |
| 60 | +- Enhanced verbose/degug logging. |
| 61 | +- Added more try/catch code to improve error diagnostic. |
28 | 62 |
|
29 | 63 | ## [0.1.0] - 2021-08-10 |
30 | 64 |
|
31 | 65 | ### Added |
32 | 66 |
|
33 | | -- Added Active Directory Forest summary information |
34 | | - - Added Forest Optional Features Summary |
| 67 | +- Added Active Directory Forest summary information. |
| 68 | + - Added Forest Optional Features Summary. |
| 69 | + - Added Domain Site summary information. |
| 70 | + - Added Domain Site Link summary information. |
| 71 | +- Added Active Directory Domain summary Infomation. |
| 72 | + - Added Object Count summary Information. |
| 73 | + - Added Default Domain Password Policy Summary Information. |
| 74 | + - Added Group Managed Service Accounts (GMSA) Summary Information. |
| 75 | + - Added Flexible Single Master Operations (FSMO) Information. |
| 76 | + - Added Trust Summary information. |
| 77 | +- Added Domain Controller Information. |
| 78 | + - Added Domain Controller Hardware Summary. |
| 79 | + - Added Domain Controller NTDS Summary. |
| 80 | + - Added Domain Controller Time Source Summary. |
| 81 | + - Added Domain Controller Infrastructure Services Status. |
| 82 | + - Added Site Replication Summary. |
| 83 | + - Added Site Replication Failure Summary. |
| 84 | + - Added Group Policy Objects Summary. |
| 85 | + - Added Organizational Unit summary. |
35 | 86 | - Added Domain Site summary information |
36 | 87 | - Added Domain Site Link summary information |
37 | 88 | - Added Active Directory Domain summary Infomation |
|
48 | 99 | - Added Site Replication Summary |
49 | 100 | - Added Site Replication Failure Summary |
50 | 101 | - Added Group Policy Objects Summary |
51 | | - - Added Organizational Unit summary |
| 102 | + - Added Organizational Unit summary |
0 commit comments