Skip to content

Commit

Permalink
Add NSRecords to DA output
Browse files Browse the repository at this point in the history
  • Loading branch information
kris6673 committed Mar 16, 2024
1 parent a41950d commit cbd1b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DomainAnalyser_All/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ $Result = [PSCustomObject]@{
GUID = $($Domain.Replace('.', ''))
LastRefresh = $(Get-Date (Get-Date).ToUniversalTime() -UFormat '+%Y-%m-%dT%H:%M:%S.000Z')
Domain = $Domain
NSRecords = (Read-NSRecord -Domain $Domain).Records
ExpectedSPFRecord = ''
ActualSPFRecord = ''
SPFPassAll = ''
Expand Down

0 comments on commit cbd1b16

Please sign in to comment.