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...
Show off your group to the world. Share a photo of your group with us.

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 4506 - 4535 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4506
Hi, I am using ADSI Directory Synchronization for retrieving user accounts from AD and to update the AD changes in my database. But for some reason the changes...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Nov 15, 2007
12:41 pm
4507
For some reason, I am having difficulty accessing the link that you provided. I am not quite sure what you are doing, here. 1. can you provide your code 2. are...
Timothy P Macaulay
mact312
Online Now Send Email
Nov 15, 2007
1:50 pm
4508
Hi friends, i m working on vb.net 2005 application. how can i add a group or user object members in the security on the selected object. Also how can i assign...
anilr_it
Offline Send Email
Nov 20, 2007
9:48 am
4509
can u mail me this sample code on anilr.it@... thanks ... displayed ... displayed ... Extensions. ... Attribute...
anilr_it
Offline Send Email
Nov 20, 2007
9:48 am
4510
Hi Tim, I didn't hear anything after sending the code to you. Any suggestions? Thanks, Vinod...
vinod vjn
vinodjnair_2000
Offline Send Email
Nov 21, 2007
2:12 am
4511
Hello NG, Is it possible to finde the last user login on the workstation in Active Directory? Which propertie contains this information? PS: I would like to...
l.eldrige
Offline Send Email
Nov 21, 2007
6:01 pm
4512
... No, I don't think you can find that information in AD. You can definitely find the latest logon date/time for a given user and for a given computer...
Marc Scheuner
m_scheuner
Offline Send Email
Nov 21, 2007
9:34 pm
4513
Hi Marc Thanks a lot for your answer. But is it possible to find the current user on a workstation, for example using network functions? I already have the...
l.eldrige
Offline Send Email
Nov 26, 2007
7:31 am
4514
I am updating some code which integrate a web application with AD and Exchange but have found a gaping hole in the old system - they had only coded for...
sunevnuahs
Offline Send Email
Nov 27, 2007
6:37 pm
4515
HI All, While using DirSync in ADSI, I am getting changed objects with only changed attributes along with it. Whereas I would like to get all the attributes...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Nov 29, 2007
11:18 am
4516
I have written an pair or extensive web services using ADSI SDS programming against multiple applications on multiple ADAM instances. When I am working against...
mneale1
Offline Send Email
Nov 29, 2007
4:38 pm
4517
I don't think there is such a thing. The basic rule of thumb is that if you do search queries with filters that don't reference any indexed attributes, the...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 30, 2007
4:35 am
4518
Hi les, There are a few tools and options that can help you here (logon/off scripts etc). But this data is not natively stored in AD as Marc mentioned. Limit...
Matthew Holland
hollmat1
Offline Send Email
Dec 2, 2007
9:47 pm
4519
Hi Shaun, From an app I wrote a year or so back; Medium - must contain min 7 characters, one numeric digit, one special character High - must contain Mixed...
Matthew Holland
hollmat1
Offline Send Email
Dec 2, 2007
9:47 pm
4520
Hello Shaun, Although this is not exactly what you asked, it might still be a basic enough and provide you a good solution to doing the work yourself. It's a...
Baydon Rowe
baydonrowe
Offline Send Email
Dec 2, 2007
9:47 pm
4521
I have a client with two AD domains. One is "Intranet" and the other is "SecureIntranet". There is a one way trust set up so that users logging in to the...
myfrogid
Offline Send Email
Dec 2, 2007
9:50 pm
4522
Can you explain the domain setup and the delegation setup in more detail? I assume these domains are in a separate forest? I'm not positive, but I think you...
Joe Kaplan
joekaplan2003
Offline Send Email
Dec 3, 2007
12:57 am
4523
Yes, the domains are in two separate forests. I spent some time on the phone with the client this morning and they are unwilling to set up a two way trust for...
myfrogid
Offline Send Email
Dec 3, 2007
5:41 pm
4524
Hi Joe, One of the cases I have is that I am fetching all of the users and all of the groups the users are associated with in an application. This supports an...
mneale1
Offline Send Email
Dec 4, 2007
6:13 pm
4525
Hello, Was actually referred to your group for questions about a vbs file I converted over to asp which runs a LDAP query for various user info fields. I am...
Jeremy Patrick
admin2
Offline Send Email
Dec 15, 2007
1:55 pm
4526
You are missing some 'set's in your code. Set the stuff in red below. Anything that isn't a simple variable needs a 'set' instead of just an assignment...
Michael B. Smith
swngdnz
Offline Send Email
Dec 15, 2007
2:12 pm
4527
So I pull these workstation lastlogon dates from the domain controllers (thank you, Joe and Ryan, for The Book) and 95% plus report valid dates. That's fine! ...
Richard Kline
rakline01
Offline Send Email
Jan 7, 2008
11:32 pm
4528
That is a all-zeroes timestamp (i.e., the "beginning of time"). Regards, Michael B. Smith MCSE/Exchange MVP http://TheEssentialExchange.com From:...
Michael B. Smith
swngdnz
Offline Send Email
Jan 7, 2008
11:46 pm
4529
Hi guys, My company is currently migrating servers from Win2k to Win2k3. However, we encountered a problem wherein a line from our ADSI code, which works...
ken_pogi
Online Now Send Email
Jan 8, 2008
7:49 pm
4530
The below works on my end on 2003, so I don't think your code is the issue. Dim user As IADsUser user = GetObject("WinNT://servername/" + txtUN.Text + ",user")...
Andrzej Raczynski
araczynski
Offline Send Email
Jan 8, 2008
7:56 pm
4531
I've tried to set the Virtual Folder in IIS to have Anonymous Access and it still errors out. How do i know if i need to do some impersonation in my code?...
Ken Manuel
ken_pogi
Online Now Send Email
Jan 9, 2008
8:56 am
4532
The article you reference is probably the much more secure way of doing it, in that it limits the impersonation to the actual calls that require the security...
Andrzej Raczynski
araczynski
Offline Send Email
Jan 9, 2008
2:37 pm
4533
Thanks a lot. I'll try it asap. Andrzej Raczynski <aer2@...> wrote: The article you reference is probably the much more secure way of doing it, ...
Ken Manuel
ken_pogi
Online Now Send Email
Jan 10, 2008
2:09 am
4534
Simple Script running on Windows Server 2003. Error it returns is UserAccountInfo.vbs(12, 2) Provider: Table does not exist. Call DisabledAccounts Sub...
Charles Carroll
charlesmarkc...
Online Now Send Email
Jan 13, 2008
10:49 pm
4535
My guess would be that you have the domain specified incorrectly. The sample works fine in my environment with that single change. Regards, Michael B. Smith ...
Michael B. Smith
swngdnz
Offline Send Email
Jan 14, 2008
2:18 am
Messages 4506 - 4535 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