Private/Types/enums/ActiveDirectorySearchScope.generated.psm1

enum ActiveDirectorySearchScope
{
    OneLevel = 0
    Subtree = 1
}