EvotecIT / Testimo

Testimo is a PowerShell module for running health checks for Active Directory against a bunch of different tests
MIT License
526 stars 58 forks source link

Limit Resolve-DnsName results to A records in the Answer section #133

Closed rmbolger closed 3 years ago

rmbolger commented 3 years ago

This change addresses issue #132 and adds a filter to the Resolve-DnsName results so they only include A records from the Answer section and get rid of false test failures for the Authority NS records and Additional A records.

PrzemyslawKlys commented 3 years ago

Thank you :)