Write and read Active Directory

nuno.silva
nuno.silva Member Posts: 29
Hi,

I need to create or read users on active directory, anyone with experience with this?

thanks in advance
NS
===============
Nuno Silva

Comments

  • TallyHo
    TallyHo Member Posts: 417
    edited 2020-09-15
    DirectoryEntry@1000000002 : DotNet "'System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.System.DirectoryServices.DirectoryEntry";
    PropertyCollection@1000000003 : DotNet "'System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.System.DirectoryServices.PropertyCollection";
    PropertyValueCollection@1000000004 : DotNet"'System.DirectoryServices,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a'.System.DirectoryServices.PropertyValueCollection";

    I did it once. The above will enable you to do al lot using DotNet. But administrators that change the AD setup any other way will keep messing up the process, so it's not someting you/your customer want to get stuck with. Next time anyone asks to implement, I will strongly advise them not to.
  • nuno.silva
    nuno.silva Member Posts: 29
    I'll check it, thanks
    ===============
    Nuno Silva