maester-tests/ad/config/Test-MtAdNtAuthCertificatesCount.Tests.ps1
|
Describe "Active Directory - Configuration" -Tag "AD", "AD.Config", "AD-CFG-21" { It "AD-CFG-21: NTAuth certificates count should be retrievable" { $result = Test-MtAdNtAuthCertificatesCount if ($null -ne $result) { $result | Should -Be $true -Because "NTAuth certificate data should be accessible" } } } |