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

Change CLI output to provide pipeline support #9

Closed dotBATmanNO closed 4 years ago

dotBATmanNO commented 4 years ago

The CLI output is not reusable in the pipeline due to use of Write-Host (!). Need to switch to using Write-Object

dotBATmanNO commented 4 years ago

Resolved, output can now be used in pipeline.