Anybody know how to fill these attributes? When creating a user account on the network (Windows 2003 domain) I cannot find the corresponding programmatic...
sAMAccountName usually works for the logon name, ... __________________________________ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 ...
First of all I would like to extend my seasons greetings to all of you, may 2004 be the year that all of your dreams come true. I would also like to thank each...
I am teaching myself VB.net and writing a small app to create users in AD using LDAP and System.DirectoryServices. Unfortunately I have not been able to find...
I looked around and it appears that this info is stored in the userparameters property. Most places that I see it referenced in the Platform SDK indicate that...
Hi all, I have created a c# console program in order to create a mailbox- enabled user account at the exchange server 2000. The program looks like this: using...
Folks, I've been working on my C# freeware ADSI Browser, and everything seemed to be going just fine, until I ran into this odd error..... Whenever I try to...
The original problem is I am unable to simply create a GPO with more secure password settings (i.e Complex Passwords, Minimum Password Age, etc…) After...
I was wondering if it is possible to create and environment variable from the 1st initial of the "First Name" and up to 7 letters of the "Last Name" as stated...
I am using ADSI via C# to add a single user to an LDAP group, and I have no problem adding that single user and then setting its password. However, when I try...
Carlos Many thanks for the reply - sorry for the delay in getting back to you, I was holidaying over the seasonal period ;-) To get back to the code......
Hello Gabriel This is indeed interesting. Can you post all the attributes (names as you see it) and the values i.e. the current values and the values you want....
Hey Neil, Not a problem, ok its late so if i am not understanding you correctly just slap me with a trout :P You want to know how the LDAP path for the OU in...
The following code will discover two OUs on MyMailServer. Private Sub Command5_Click() Dim Container As IADsContainer Dim Entry As IADs Set Container =...
1. Use the ADsPath property to navigate, this will ensure there are no mistakes. 2. Check your syntax... ie: LDAP://server:port/ou=container,dc=server,dc=com ...
Ok, I'm going to answer my own question This following worked: Set Container = GetObject("LDAP://MyMailServer/o=ExchangeServerOrganization/ou=MyOU") Question:...
Hi Patrick Well the "O" is your exchange server organization and in the code below it is the root of the tree that you where looping trough, the container only...
Thanks for the thoughts. I guess I have a very specific problem that would "get around" the issues you mention below. The contacts I've added from LDAP...
I can't comment on the error as I have not had this issue before. However, I am wondering if you can pinpoint it to where the problem occurs - .NET somewhere...
Thanks for the reply, Carlos. I'm happy with using DNs for LDAP paths, in general - and happy with using getobject to LDAP objects in general - it's more when...
I am having the same problem with the old password staying in effect for several minutes after the password is changed. Another related problem I'm having is...
Carlos, thanks for the reply. The accounts were deleted with ADU&C. But we believe permissions were added programatically (by NetIQ) A major issue is that we...
Ok, your problem is that you have changed the password on the Domain via code or they user has changed their password on their own but has not logged out and...
We have a similar application that allows the user to change their password. The issue encompasses more than just the browser and becomes a real problem. When...
Excellent addition to my posting. I was going to mention this but didn't want my story to get complicated. I believe it needed to be stated though. Yes if a...
Hi all, I have created a c# console program in order to create a mailbox- enabled user account at the exchange server 2000. The program looks like this: using...
Carlos, I want to retrieve AD User Records in my Web Page. I have used following code: But it gives exception on Line No. 6 while executing. Exception is:...