maester-tests/orca/Test-ORCA156.Tests.ps1
|
# Generated on 08/10/2025 15:41:32 by .\build\orca\Update-OrcaTests.ps1 Describe "ORCA" -Tag "ORCA", "ORCA.156", "EXO", "Security" { It "ORCA.156: Safe Links Policies are tracking when user clicks on safe links." { $result = Test-ORCA156 if($null -ne $result) { $result | Should -Be $true -Because "Safe Links Policies are tracking when user clicks on safe links." } } } |