active directory

  1. R

    C#.NET 8.0 running on Linux cannot access full AD group memberships larger than 1500 members

    The System.DirectoryServices.AccountManagement library can't be used because it only works on Microsoft servers/workstations. The System.DirectoryServices.Protocols library enables me to access our AD groups; however, at least for my company's AD domain, it can only access the first 1500...
  2. S

    Question Find Organisation Unit has Users has subnode in ActiveDirectory

    I need to find whether a OrganisationUnit has node Users. Below is a sample of ActiveDirectory. For example OU=AHSC is having sub node OU=Users Then i want to copy the Object Name of OU=Users which is something like this - OU=Users,OU=AHSC,DC=sf,DC=sp,DC=edu,DC=sg I want all OU which has...
Back
Top Bottom