Skip to content

v0.3.0

Latest

Choose a tag to compare

@rebelinux rebelinux released this 19 Jun 01:42
188ee29

[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
  • Fix #26
  • Fix ConvertTo-HashToYN cmdlet not respecting hash table ordering