Skip to content

Commit

Permalink
Update ConvertFrom-MailAuthenticationRecordDkim.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
deleugpn authored Dec 23, 2024
1 parent 8d4bb16 commit 816d362
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function ConvertFrom-MailAuthenticationRecordDkim {
if ($record) {
$dkimRecord = [DKIMRecord]::new($record)
} else {
return "Failure to obtain record"
return "Record does not exist"
}
} else {
Write-Verbose "`nFor non-Windows platforms, please install DnsClient-PS module."
Expand All @@ -136,4 +136,4 @@ function ConvertFrom-MailAuthenticationRecordDkim {

return $dkimRecord
}
}
}

0 comments on commit 816d362

Please sign in to comment.