Always show the full stack trace of the error you get when you are describing an error. There are many possible things that could be wrong, but we won't know...
Building a last minute repository for those of us who will be working through the weekend. Microsoft - Outlook - Scripting I've been reading a lot of blogs...
Hi All, I have a requirement like this. I want to know the List of All Organizational Units(OUs) in my AD. How to get it. ? Thanks & Regards, Tarak....
Hi All, I created one ADAM isntance, it uses port number 50014 and its partition is 'DC=Test,DC=COM'. Now I want to add the 'Domain Users' as a member of the...
Hi all, I have one query which is bugging me . Can we "limit the Logon Users in ADSI" using VB.NET ? If we can, can any one of you let me know how can we do...
Hello All: I am working on setting password in ADAM using C#. I got help from code found in MSDN --"DirectoryEntry.invoke("SetPassword", password). The code...
Hi All, I am making an Application for AD User Editing.I got all the properties of all User but when ever i want to set user information it throw me this...
What are the data types of the values you are setting? It would be easier to follow your example if you used hard-coded values in it instead of values from...
There is more to it than that. I'd suggest reading the free copy of ch 10 from our book and download the code samples from the book as well. It is all...
Forgive me! I am not sure I understand your question fully. Are you asking to know what the password encryption algorithim is when you use the SetPassword...
I do not see anything directly related to attribute the error message. In a little research, I found something that indicated some corruption on the AD, or a...
Hi All: I am migrating to a testing environment from my development environment. The ADAM I am connecting to in the development environment resides in the...
Hi can anyone please let me know whether is it possible to use (guid=***********) filter, for SearchRequest => System.DirecotoryServices.Protocols Thanks ...
Sure, you just need to encode the byte[] array that represents the GUID in the proper format. private string BuildOctetString(byte[] bytes) { StringBuilder sb...
Hello Experts, Is it possible to use adsi to verify a certain password is not in a user's password history before assignin that password to the user. -Jerry...
With ADSI, no. However, you might be able to use the NetValidatePasswordPolicy API to do this[1]. [1]http://msdn2.microsoft.com/en-us/library/aa370661.aspx On...
Hi All, Can anybody tell me the exact reason why I m getting the following error : "The authentication mechanism is unknown" Thanks & Regards, Tarak....