changed name of output functions with prefix 'CIS'
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user