maester-tests/orca/Test-ORCA109.Tests.ps1
|
# Generated on 08/10/2025 15:41:31 by .\build\orca\Update-OrcaTests.ps1 Describe "ORCA" -Tag "ORCA", "ORCA.109", "EXO", "Security" { It "ORCA.109: Senders are not being allow listed in an unsafe manner." { $result = Test-ORCA109 if($null -ne $result) { $result | Should -Be $true -Because "Senders are not being allow listed in an unsafe manner." } } } |