diff --git a/PowerShell/ScubaGear/Modules/Providers/ExportEXOProvider.psm1 b/PowerShell/ScubaGear/Modules/Providers/ExportEXOProvider.psm1 index 76762e4ff..c79d930c7 100644 --- a/PowerShell/ScubaGear/Modules/Providers/ExportEXOProvider.psm1 +++ b/PowerShell/ScubaGear/Modules/Providers/ExportEXOProvider.psm1 @@ -388,7 +388,6 @@ function Get-ScubaSpfRecord { if ($NLowConf -gt 0) { Write-Warning "Get-ScubaSpfRecord: for $($NLowConf) domain(s), the tradtional DNS queries returned an empty answer section and the DoH queries failed. Will assume SPF not configured, but can't guarantee that failure isn't due to something like split horizon DNS. See ProviderSettingsExport.json under 'spf_records' for more details." } - $DnsLog += $Response.LogEntries $SPFRecords }