Search the web
Sign In
New User? Sign Up
ADSIANDDirectoryServices · ADSI and System.DirectoryServices Q&A
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 667 - 696 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
667
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jul 1, 2003
7:35 am
668
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jul 1, 2003
8:11 am
669
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...
jubing@...
jubin_office
Offline Send Email
Jul 1, 2003
9:43 am
670
File : EZADScriptomatic.exe Description : ADSI Scriptomatic...
ADSIANDDirectoryServi...
Send Email
Jul 1, 2003
2:02 pm
671
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...
Sam Haldey
marailth
Offline Send Email
Jul 1, 2003
5:55 pm
672
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...
elvisalexei
Offline Send Email
Jul 1, 2003
6:14 pm
673
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...
Waters, MW (Mike)
ral2ad
Offline Send Email
Jul 1, 2003
6:14 pm
674
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 ...
Charles Oppermann
chuckop
Offline Send Email
Jul 1, 2003
6:32 pm
675
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jul 1, 2003
6:35 pm
676
What is the ADSI Scriptomatic? Tim Sapp Vice President Dallas Area Rocket Society NAR Section 308 HTTP://WWW.DARS.ORG HTTP://WWW.NAR.ORG ... ...
Tim Sapp
dallas_tsapp
Offline Send Email
Jul 1, 2003
7:08 pm
677
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 Magalhaes
carloshoshm
Offline Send Email
Jul 1, 2003
7:18 pm
678
In short, it is a script writing tool for manipulating ADSI. In long, perhaps Microsoft says it best. ...
Richardson Dan Contr ...
drichpi
Offline Send Email
Jul 1, 2003
8:19 pm
679
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...
Charles Oppermann
chuckop
Offline Send Email
Jul 1, 2003
9:13 pm
680
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...
Charles Oppermann
chuckop
Offline Send Email
Jul 1, 2003
9:13 pm
681
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...
cmm268
Offline Send Email
Jul 2, 2003
7:35 am
682
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jul 2, 2003
11:30 am
683
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...
cmm268
Offline Send Email
Jul 2, 2003
1:18 pm
684
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 ...
aashish sssssss
aashish0478
Offline Send Email
Jul 2, 2003
1:39 pm
685
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...
Brendan Stephens
brendan_step...
Offline Send Email
Jul 2, 2003
2:07 pm
686
You can iterate through the schema as such... Set objNT = getObject(ldap) Set objClass = GetObject(objNT.Schema) For Each Property In...
Brendan Stephens
brendan_step...
Offline Send Email
Jul 2, 2003
2:16 pm
687
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...
Tim Sapp
dallas_tsapp
Offline Send Email
Jul 2, 2003
2:21 pm
688
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...
Brendan Stephens
brendan_step...
Offline Send Email
Jul 2, 2003
2:43 pm
689
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...
Michael Gaertner
mgquintech
Offline Send Email
Jul 2, 2003
5:43 pm
690
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...
scottsmob
Offline Send Email
Jul 3, 2003
6:53 am
691
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 ...
Waters, MW (Mike)
ral2ad
Offline Send Email
Jul 3, 2003
6:55 am
692
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 ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jul 3, 2003
8:03 am
693
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jul 3, 2003
8:57 am
694
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:...
Howard Scott
scottsmob
Offline Send Email
Jul 3, 2003
12:04 pm
695
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 ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jul 3, 2003
1:02 pm
696
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...
Steve Rochford
steve_rochford
Offline Send Email
Jul 3, 2003
2:46 pm
Messages 667 - 696 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help