changed name of output functions with prefix 'CIS'

This commit is contained in:
DrIOS
2024-06-23 14:44:25 -05:00
parent a90df5bef4
commit e9bac2fe1c
34 changed files with 95 additions and 36 deletions

View File

@@ -28,7 +28,7 @@ function Test-SafeAttachmentsPolicy {
}
process {
$safeAttachmentPolicies = Get-ExoOutput -Rec $recnum
$safeAttachmentPolicies = Get-CISExoOutput -Rec $recnum
if ($safeAttachmentPolicies -ne 1) {
try {
# Check if any Safe Attachments policy is enabled (Condition A)