Hi All, I am really new to AD World, I have started working on AD just few months back and so far, I know how to crate user,groups and search in AD via...
Hi Carlos, Charles called me asked me to post this message on a couple of different lists for you to give him a call. Very important, try to borrow someones...
Hi All -- I'm new to ADSI but have written some basic system admin scripts in the past (vbscript only) to do various stuff...anyways, I'm planning on moving...
Have you read all of this part of the tree? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/portal.asp?frame=true It is very helpful...
My firm is looking for a ADSI guru. We need a consultant that is familiar with .Net Framework and have produced applications using ADSI. Please contatct:...
Hi Joe K -- I looked at it a little bit...but most of the examples are with the ldap provider and the vbscript stuff I've written was very simple and worked...
Some of the same logic with S.DS with apply to the WinNT provider as well. You'll need to continue using it as long as your are still stuck on NT4 domains. If...
I'm working on a project where I have directory information from another source. For development, I would like to take the .XSD information and append it into...
I have no idea how to do what you are asking about, but what is .XSD in this context? To me, that is an XML schema file. I've never heard of that extension...
Hi, We are looking for "JAVA, J2EE and .NET" Faculty (Full time and Part time) for our Training Center. Location: Hyderabad Experience:1-2 Yerars Remuneration...
I manage several general use student computer labs at a state university. We are presently only using three common user names that are not password protected....
I am currently doing my IT honours degree at PE Technikon in Port Elizabeth, South Africa. For my individual programming project I intend to create a wizzard...
Hi there, What I am not understanding here (and I am trying to) is do you want to authenticate via code or do you want to authenticate using a normal log in...
Carlos, What I am trying to do is authenticate our users when they log on to any one of our lab computers using our enterprise LDAP (about 10,000 records). All...
I think you might get better answers to this on activedir.org as this isn't really a programming question. However, I do recently recall hearing them ...
How do I install, add, or Load the DirectoryServices Namespace into VisualStudio so Imoprts System.DirectoryServices will work. Currently, it tells me it can...
This works for me using WebMatrix: <%@ assembly name="System.DirectoryServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" %> <%@...
Hi there, Can anyone suggest a solution to a problem I am having. When creating an exchange account programatically the SMTP address is not generated. This is...
Hi David, The SMTP address will not be created automagicaly and that is an totally valid behavior. That is part of the idea of creating accounts from code ...
Thank You That makes it all work, I could not find anyhing that says that in any of the web pages I went to or in Help or any reference or book I was looking...
Hello all, Do you know if we could start an ADSI GUI from a C++ or VB code ? For instance, if I have a reference on a computer object AD interface, is it...
Hey All, I was wondering if anyone out there has some nice clean code to do the following: 1. Bind to the schemaNamingContext and return all the CLASSES listed...
Hi Friends Iam Planning to create a PHP application that talks to LDAP for creation/deletion/Modification/search of users/Groups/OU's .I am aware of the LDAP...
Hi Carlos, To improve performance, you should bind to abstract schema. Hope the following code snippet helps. public static void RetrieveSchema() { ...