Ok you are trying to communicate with a Windows NT4 domain I presume? Windows NT4 uses NTLM as its authentication protocol. If you trying to create a web...
Hey there, Not a problem, ok so lets start.... Usually when you see something that starts and ends with < YOURNAMEHERE > in an article its usually to replace...
Not sure what you are doing differently. Have done something similar long time back. Where are you located?? There was one more answer to your post checking...
Hi Carlos, Thanks for all your help. However, after a dream last night about trying (and failing) to bind to the deleted objects container (more of a...
I'm getting this error always on the same property. Here´s my code: Dim objDirEnt As DirectoryEntry Dim Ident, Domain, UserName, Path As String Dim index As...
Hi, I have the following simple code extract that allows me to list attributes for a specific user in AD via DirectoryServices (VB .NET):- Dim myEntry As...
FYI - There is no way I'd download a .exe, particularly one with so little description. Does it really need to be a .EXE? Charles Oppermann, Copper Software ...
Agreed Charles and I will change the description of the file for better understanding of the file. BTW it's the latest ADSI scriptomatic. ... From: Charles...
Sorry it was totally my fault , I forgot the description on the file here is what Scriptomatic is as per the files new definition: "DSI Scriptomatic tool from...
Carlos, just a suggestion, but if it's from Microsoft, maybe it's best to just link to the Microsoft site. That way, if it's updated, or any additional notes...
When specifying a ADsPath using a Well-Known GUID, the syntax is to use angle-brackets "<" and ">". The Well-known GUID is a way of specifying a known...
I am trying to use ADSI and ASP to authenticate a user in a browser. I have not been to find the code snipplet to check if the users password is: 'expired' set...
Hey yes you can query that attribute: Its call pwdLastSet (Password Last Changed Large) and its data type is of Integer/Date Time Also what Directory are you...
Hi Carlos, Thanks for the quick response! The code works when I set the 'User must change password at next logon flag'. Is this the same code that will work...
Hi, If I user the WinNT connection string with my userID, i.e: "//WinNT/INFOST/in0aash", ("INFOST" is my DOMAIN name and "id0aash" is my user id.)it hits that ...
I use the same solution, I have an accounts pending deletion container, where the accounts sit disabled for 30 days. I use one of the attribute fields to store...
We as well do close to the same thing. However, our network support group have not been putting the disabled date in the AD. What I have done was create a...
I didn't want to use the lastmodifieddate field, as several things will increment this without human intervention, and it's a tossup on some issues using the...
This is a follow up. I tried using the LDAP C SDK (heaven forfend, I know!) and got the same problem. But tracked a little further and found that objects...
Hi, I'm reasonably new to AD scripting, and I am having trouble accessing my AD via an html page, I realise that for security reasons IE will not allow the...
Hi Brendan, Many thanks for the input .. I have found similar examples but (being relatively new to the game) I'm having difficulty in translating them to ...
Can you show us the code you are using, the error messages you are getting and the AD path you would like to access I.e.LDAP://cn=myuser,dc=mydomain,dc=com ...
Ok here is A GREAT article to give all the info you need: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnclinic/ht ml/scripting09102002.asp...
Thank you Carlos for getting back to me so soon. When I click the button1 on this web page I get the Error message: ActiveX component cannot create object:...
What operating system are you running and do you have the ADSI dll's in your system32 directory? Look for activeds.dll. Also post the version of the dll's ...
Not sure if I've missed other replies to this but I wouldn't take your approach - you end up with logs scattered across domain controllers which makes it...