diff --git a/source/tests/Test-SafeAttachmentsTeams.ps1 b/source/tests/Test-SafeAttachmentsTeams.ps1 index d274411..c850c7e 100644 --- a/source/tests/Test-SafeAttachmentsTeams.ps1 +++ b/source/tests/Test-SafeAttachmentsTeams.ps1 @@ -49,7 +49,7 @@ function Test-SafeAttachmentsTeams { # Condition C: Check Safe Attachments for Microsoft Teams # Determine the result based on the ATP policy settings $result = $null -ne $atpPolicyResult - $atpPolicyResult | Where-Object { $_.Identity -eq "Default" } + #$atpPolicyResult | Where-Object { $_.Identity -eq "Default" } if ($result) { $detailpass = [PSCustomObject]@{ Name = $atpPolicyResult.Name