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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 521 - 550 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
521
Hey Bruce Again wonderful information. I will try see if I can dig out some of the C++ code that I remember accessed the LDAP directory directly. If and when I...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 1, 2003
7:30 pm
522
File : EZADScriptomatic.exe Description : ADSI Scriptomatic...
ADSIANDDirectoryServi...
Send Email
Jun 2, 2003
12:16 am
523
Is there a way to set up a directory searcher and have it only return user accounts that are disabled? I really don't want to pull a list of all users just...
dallas_tsapp
Offline Send Email
Jun 2, 2003
6:58 pm
524
Try this as your Filter (&(objectCategory=person)(userAccountControl:1.2.840.113556.1.4.803:=2)) There is a really cool add in for Visual Studio called Active...
Joseph E Shook
joseph_shook...
Offline Send Email
Jun 3, 2003
12:40 am
525
Is there way in AD User and Computers to show if the computer or server in online? Like Server Manager does? Also a way to query on last date the Computer or...
Jeff
jeff1000a
Offline Send Email
Jun 3, 2003
2:22 am
526
... I don't think that's possibly from AD - it's *not* designed to be a computer monitoring tool. ... Each user and computer object has a "lastLogon" property,...
m_scheuner
Offline Send Email
Jun 3, 2003
5:59 am
527
Joseph, That solution worked great... I now have a nice datagrid with only the disabled users. I do have another quesiton though... I know that there is a...
Tim Sapp
dallas_tsapp
Offline Send Email
Jun 3, 2003
2:12 pm
528
Check if this little function will help you . (p.s. would love to see the code and screen shots of the disabled users let me know) Private Function...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 3, 2003
2:24 pm
529
Hi all, One of the lists main contributors Marc Scheuner (MVP for Active Directory for 2003), and I are going convert his very cool tool ADSIBROWSER ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 3, 2003
2:32 pm
530
Carlos, Let me finish the page and I'll send up a copy of the code. We are going to use it to delete user account that have been disabled for over 30/60/90 ...
Tim Sapp
dallas_tsapp
Offline Send Email
Jun 3, 2003
4:57 pm
531
If you set a page size then the underlying ADSI object will take care of the paging between your client and server. All you have to do is MoveNext() via the...
Joseph E Shook
joseph_shook...
Offline Send Email
Jun 4, 2003
12:42 am
532
Yes, I am interested. _____ From: Carlos Magalhaes [mailto:CarlosM@...] Sent: Tuesday, June 03, 2003 7:29 AM To:...
Joseph E Shook
joseph_shook...
Offline Send Email
Jun 4, 2003
1:43 am
533
I'm interested as well, but just being a beginner in c#, I don't know how much help I'll be. ... From: Joseph E Shook [mailto:jshook@...] Sent: Tuesday,...
Richardson Dan Contr ...
drichpi
Offline Send Email
Jun 4, 2003
2:04 pm
534
I'll throw my name in as well. ... From: Carlos Magalhaes [mailto:CarlosM@...] Sent: Tuesday, June 03, 2003 7:29 AM To:...
Davis, Joe
joe.davis@...
Send Email
Jun 4, 2003
5:27 pm
535
Hi, Is there any packaged DirectoryService samples in ASP.NET webform? Thanks a lot....
poshanchang
Offline Send Email
Jun 5, 2003
6:40 am
536
Hello! I am interested, too. Thanks, Slavo. ________________________________ From: Joseph E Shook [mailto:jshook@...] Sent: Wednesday, June 04, 2003...
Furman Slavomir
slavo_furman
Offline Send Email
Jun 5, 2003
7:01 am
537
Hi all, Ok maybe it's late in the day or maybe its something someone has come across before. I have normal search code for a user in an Exchange 5.5...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 5, 2003
2:53 pm
538
Hi all, Ok maybe it's late in the day or maybe its something someone has come across before. I have normal search code for a user in an Exchange 5.5...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 5, 2003
3:21 pm
539
One last followup, I spoke to the MS engineer yesterday. The developers won't be able to change this behavior in ADSI, but the engineer has put a request in...
Bruce Krasnof
brucekrasnof
Offline Send Email
Jun 5, 2003
5:27 pm
540
Hey All, History: I have a vb6 dll that I am trying to rewrite for .net It contains a bunch of ADSI functions for a COM+ object I use in ASP. I am upgrading...
brendan_stephens
brendan_step...
Offline Send Email
Jun 5, 2003
7:40 pm
541
Hi all, I am sorry to repost this someone answered this and I deleted it by mistake, the answer was allowing kerbose within internet explore. Could that...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 5, 2003
8:25 pm
542
This is because your authentication mode is NTLM. With NTLM you are only allowed a single "hop". The server is not allowed to access another backend server...
Davis, Joe
joe.davis@...
Send Email
Jun 5, 2003
10:36 pm
543
... From: Davis, Joe Sent: Thursday, June 05, 2003 8:17 AM To: 'ADSIANDDirectoryServices@yahoogroups.com' Subject: RE: [ADSI-DirSrv] Unknown Error...
Davis, Joe
joe.davis@...
Send Email
Jun 6, 2003
6:11 am
544
You don't. It looks for it in the bin directory. It's all portable. If the dll is needed from "anywhere" then look up "GlobalCache" in the MSDN. I say this as...
Stephen Rees
stephenhrees
Offline Send Email
Jun 6, 2003
6:11 am
545
...concerning my previous post... If you create a DLL (COM) Class with .NET How do you use it on a regular ASP page. I understand now that it can be registered...
Brendan Stephens
brendan_step...
Offline Send Email
Jun 6, 2003
6:11 am
546
Maybe here is a better group that can help you deal with that classic asp issue : http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk Hope that helps ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 6, 2003
7:16 am
547
(from memory) isn't it just set myObj = server.createobject("TheNamespace.TheObject") ??? cheers barry.b ... From: Carlos Magalhaes...
Beattie, Barry
bbeattie@...
Send Email
Jun 6, 2003
8:15 am
548
Hey Joe, You are correct, the issue here is the delegation of authentication tokens between the IIS web server Windows 2000 and the Domain Controllers Windows ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 6, 2003
8:15 am
549
... You will need to make sure to set the "Register for COM Interop" to true - go to the Solution Explorer, pick your .NET DLL project, then go "Properties"....
m_scheuner
Offline Send Email
Jun 6, 2003
9:00 am
550
Hi All A newbie question. I want to retrieve all groups a user belongs to. Group record: cn= ourGroup member : cn = user1,o=ourOrganization The search dn...
game_mumbai
Offline Send Email
Jun 6, 2003
8:08 pm
Messages 521 - 550 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