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

Requested Update to Readme/help docs #40

Open usmcgeek opened 5 months ago

usmcgeek commented 5 months ago

Simple update for those of us checking multiple domains using the -File switch. I used a source CSV file with the domains on a row each.

running the "invoke-spfdkimdmarc" with "-file C:\path\to\file.csv" and "| export-csv -Path C:\path\to\export.csv -NoTypeInformation" works perfectly.

Wanted to note this as it is super helpful.

T13nn3s commented 1 month ago

Thanks! I will update the help files with these information