Skip to content

Commit

Permalink
Merge pull request #222 from fbprogmbh/ticket_215
Browse files Browse the repository at this point in the history
Ticket 215
  • Loading branch information
qngngyn authored Jan 26, 2023
2 parents 7afd56c + 8276bbd commit 30407fe
Show file tree
Hide file tree
Showing 4 changed files with 3,273 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ATAPAuditor/AuditGroups/Application Control.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function isWindows10Enterprise {
}

[AuditTest] @{
Id = "SBD-040"
Id = "SBD-069"
Task = "Ensure Windows Defender Application Control (WDAC) is available."
Test = {
if(isWindows10Enterprise -eq $true){
Expand All @@ -43,7 +43,7 @@ function isWindows10Enterprise {
}
}
[AuditTest] @{
Id = "SBD-041"
Id = "SBD-070"
Task = "Ensure Windows Defender Application ID Service is running."
Test = {
if((Get-Service -Name APPIDSvc).Status -eq "Running"){
Expand Down
Loading

0 comments on commit 30407fe

Please sign in to comment.