mycorp-tests/orca/Test-ORCA220.Tests.ps1
|
# Generated on 04/16/2025 21:38:23 by .\build\orca\Update-OrcaTests.ps1 Describe "ORCA" -Tag "ORCA", "ORCA.220", "EXO", "Security", "All" { It "ORCA.220: Advanced Phish filter Threshold level is adequate." { $result = Test-ORCA220 if($null -ne $result) { $result | Should -Be $true -Because "Advanced Phish filter Threshold level is adequate." } } } |