How do I get a list of Active Directory user attributes (not special users' special properties) egcn, mail etc. C #
If you are .NET 3.5 and above, then you have to check the class You can catch using the current Eddie schema: When you have a current schema, you can inspect different class definitions, eg: Once you get that object, you can inspect its properties and calculate them: and so on. system. DirectoryServices.ActiveDirectory For this, you need to look more like classes.
ActiveDirectorySchema currSchema = ActiveDirectorySchema.GetCurrentSchema ();
ActiveDirectorySchemaClass userSchema = currSchema.FindClass (" person");
Comments
Post a Comment