You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.3.0] - [2026-06-18]
Added
Add support for IPv4 Scope Statistics chart
Changed
Increase AsBuiltReport.Core modules to v1.6.4
Reorganize module structure - moved module files to AsBuiltReport.Microsoft.DHCP/ subdirectory
Implemented pwsh best practices
Fixed
Fix ConvertTo-TextYN and ConvertTo-EmptyToFiller throwing on $null input by adding [AllowNull()] to the $TEXT parameter, so null values render as -- instead of raising "Cannot process argument transformation on parameter 'TEXT'"
Fix ConvertTo-HashToYN iterating an undefined $inObj variable instead of its $TEXT parameter
Skip empty domain entries before calling Get-ADDomain in Get-AbrADDHCPDomain to avoid "Identity property on the argument is null or empty" errors