Skip to content

Commit

Permalink
Updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Aug 3, 2020
1 parent 1cdc280 commit cde1fbd
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
10 changes: 5 additions & 5 deletions Examples/Example-GenerateMailReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $ExcelReport = "$PSScriptRoot\Output\MailSystemSummary.xlsx"
$HTMLReport = "$PSScriptRoot\Output\MailSystemSummary.html"

$Domains = @(
'evotec.pl'
'evotec.xyz'
'google.com'
'gmail.com'
'microsoft.com'
@{ DomainName = 'evotec.pl'; Selector = 'selector1' }
@{ DomainName = 'evotec.xyz'; Selector = 'selector1' }
@{ DomainName = 'microsoft.com'; Selector = 'selector2' }
@{ DomainName = 'gmail.com'; Selector = 'selector2' }
@{ DomainName = 'google.com'; Selector = 'selector2' }
)

$MXRecords = Find-MxRecord -DomainName $Domains
Expand Down
Loading

0 comments on commit cde1fbd

Please sign in to comment.