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

Cross-platform support #39

Open joergrenn opened 8 months ago

joergrenn commented 8 months ago

I found this module and tried to use it. However I am using Powershell 7 with macOS and there the DNS Client module is not available that contains Resolve-DnsName cmdlet. I found that there is a cross-platform DNS client module in the powershell gallery https://www.powershellgallery.com/packages/DnsClient-PS/1.1.0 Would it be possible to make this module compatible with this module and use it if DNS Client Module is not available?

T13nn3s commented 7 months ago

Hi @joergrenn,

Thanks for this issue. I will go through it and see if it is possible to make the script cross-platform.I will go through it and see if it is possible to make the script cross-platform.