dotBATmanNO / PSGet-Domain-MailInfo

PowerShell script to get domain mail info and control status such as MX, SPF, DKIM, DMARC and StartTLS.
GNU General Public License v3.0
12 stars 2 forks source link

Move check for CSVFile lock to function #1

Closed dotBATmanNO closed 4 years ago

dotBATmanNO commented 4 years ago

Clean up main script by moving check to see if CSVFile is available for Write to a function.

dotBATmanNO commented 4 years ago

New version added where file lock has been moved to function.