maester-tests/ad/group/Test-MtAdGroupGlobalCount.Tests.ps1
|
Describe "Active Directory - Groups" -Tag "AD", "AD.Group", "AD-GRP-09" { It "AD-GRP-09: Global group count should be retrievable" { $result = Test-MtAdGroupGlobalCount if ($null -ne $result) { $result | Should -Be $true -Because "group data should be accessible" } } } |