maester-tests/ad/group/Test-MtAdGroupSidHistoryCount.Tests.ps1

Describe "Active Directory - Groups" -Tag "AD", "AD.Group", "AD-GRP-05" {
    It "AD-GRP-05: Group SID History count should be retrievable" {

        $result = Test-MtAdGroupSidHistoryCount

        if ($null -ne $result) {
            $result | Should -Be $true -Because "group data should be accessible"
        }
    }
}