maester-tests/ad/dacl/Test-MtAdDaclNonInheritedAceCount.Tests.ps1
|
Describe "Active Directory - DACL" -Tag "AD", "AD.DACL", "AD-DACL-14" { It "AD-DACL-14: Non-inherited ACE count should be retrievable" { $result = Test-MtAdDaclNonInheritedAceCount if ($null -ne $result) { $result | Should -Be $true -Because "DACL data should be accessible" } } } |