Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#675 from kris6673/dev
Browse files Browse the repository at this point in the history
Add NSRecords to DA output
  • Loading branch information
KelvinTegelaar authored Mar 18, 2024
2 parents 195da32 + cbd1b16 commit 4363c6d
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 4363c6d

Please sign in to comment.