T13nn3s / Invoke-SpfDkimDmarc

PowerShell Module for checking SPF, DKIM and DMARC-record.
https://binsec.nl/powershell-script-for-spf-dmarc-and-dkim-validation/
MIT License
43 stars 8 forks source link

Add DNSSec parameter #27

Closed murraynickels closed 1 year ago

murraynickels commented 1 year ago

Suggestion of adding a new function that checks a domain if DNSSec has been configured for a domain.

Name of function could be -IncludeDNSSEC

Ensure to include this in FunctionsToExport

Can be done using something like Resolve-DnsName and checking the returned object

T13nn3s commented 1 year ago

This will be implemented in the next release.