Skip to content

v0.3.0 - #27

Merged
rebelinux merged 4 commits into
AsBuiltReport:devfrom
rebelinux:dev
Jun 19, 2026
Merged

v0.3.0#27
rebelinux merged 4 commits into
AsBuiltReport:devfrom
rebelinux:dev

Conversation

@rebelinux

Copy link
Copy Markdown
Collaborator

[0.3.0] - [2026-06-18]

Added

  • Add IPv4 Scope Statistics chart

Changed

  • Increase AsBuiltReport.Core modules to v1.6.4
  • Reorganize module structure - moved module files to AsBuiltReport.Veeam.VBR/ 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

Paragraph "The following section provides a summary of the Dynamic Host Configuration Protocol."
$DHCPinDC = ($DHCPinDomain | Where-Object { $_.DnsName.split(".", 2)[1] -eq $DomainInfo.DNSRoot -and $_.DnsName -notin $Options.Exclude.DCs }).DnsName
Paragraph 'The following section provides a summary of the Dynamic Host Configuration Protocol.'
$DHCPinDC = ($DHCPinDomain | Where-Object { $_.DnsName.split('.', 2)[1] -eq $DomainInfo.DNSRoot -and $_.DnsName -notin $Options.Exclude.DCs }).DnsName
@rebelinux
rebelinux merged commit 94acc9f into AsBuiltReport:dev Jun 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve error message on $System initial connection

2 participants