ADInterop

A Service Object that has read and write capabilities for Active Directory



Eric Schaffer kindly donated some code to this project.  Currently it just has the Create User capability with the following properties:

        Company;
        Department;
        Description;
        DisplayName;
        GivenName;
        Mail;
        Manager;
        Name;
        SamAccountName;
        SN;
        Title;
        URL;
        UserPrincipalName;
        wwwhomepage;

 Thanks to Eric.


Currently this SO uses the "static" option of code decoration.  Along with adding more methods I'd like to move it to become a dynamic SO.

Further code contributions are of course welcome :)

 
 


Currently there's no code written for this but I'm planning out the project.

Prioritised list of features:

1. Read a comprehensive list of AD USER properties
2. Update the same list of properties
3. Create new AD users

Eventually I  hope this will cover most if not all of the create,modify,update features required for full AD integration