Fix Get-WinDNSRecords child-domain forest lookups#78
Fix Get-WinDNSRecords child-domain forest lookups#78PrzemyslawKlys wants to merge 1 commit intomasterfrom
Conversation
|
Claude finished @PrzemyslawKlys's task —— View job Pull Request ReviewTasks
Code Quality AssessmentThis PR successfully addresses issue #77 by fixing child-domain forest DNS record lookups. The solution is well-architected and includes proper error handling and test coverage. ✅ Strengths1. Clean Architecture
2. Robust Error Handling
3. Forest vs Domain Logic Fix ⭐
4. Comprehensive Test Coverage
|
Summary
Get-WinDNSRecordsreturn DNS-backed results even when-IncludeDetailsis not used or AD enrichment failsFixes #77
Verification
pwsh -NoProfile -Command "Import-Module .\ADEssentials.psd1 -Force; Invoke-Pester -Path .\Tests\Get-WinADDnsRecords.Tests.ps1 -Output Detailed"