We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5d2ee4 + e867174 commit fe3ed69Copy full SHA for fe3ed69
Private/Invoke-Scans.ps1
@@ -136,7 +136,7 @@ function Invoke-Scans {
136
[array]$AllIssues = $AuditingIssues + $ESC1 + $ESC2 + $ESC3 + $ESC4 + $ESC5 + $ESC6 + $ESC8 + $ESC11 + $ESC13
137
138
# If these are all empty = no issues found, exit
139
- if ((!$AuditingIssues) -and (!$ESC1) -and (!$ESC2) -and (!$ESC3) -and (!$ESC4) -and (!$ESC5) -and (!$ESC6) -and (!$ESC8) -and ($ESC11) -and ($ESC13) ) {
+ if ((!$AuditingIssues) -and (!$ESC1) -and (!$ESC2) -and (!$ESC3) -and (!$ESC4) -and (!$ESC5) -and (!$ESC6) -and (!$ESC8) -and (!$ESC11) -and (!$ESC13) ) {
140
Write-Host "`n$(Get-Date) : No ADCS issues were found." -ForegroundColor Green
141
break
142
}
0 commit comments