add: refactor of object initialization

This commit is contained in:
DrIOS
2024-05-28 18:50:18 -05:00
parent cafcaf2671
commit b064f9f271
54 changed files with 17 additions and 180 deletions

View File

@@ -54,9 +54,6 @@ function Test-SafeLinksOfficeApps {
Status = if ($result) { "Pass" } else { "Fail" }
Details = $details
FailureReason = $failureReasons
RecDescription = "Ensure Safe Links for Office Applications is Enabled"
CISControl = "10.1"
CISDescription = "Deploy and Maintain Anti-Malware Software"
}
$auditResult = Initialize-CISAuditResult @params
}