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 3377 - 3407 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3377
Dear friends I am stuck up with a problem of publishing my printers in active directory programmatically in VC++ Please help me with it its urgent Ambuj KUamr...
raaj sfgfg
tdhoo7
Offline Send Email
Jun 1, 2005
7:36 am
3378
Just a quick question. I haven't come across the VirtualListView before. Is this something new in .NET 2.0? Is it a result paging mechanism of some sort? ...
John Brennan
johnvbrennan...
Offline Send Email
Jun 1, 2005
7:37 am
3379
Hi I was wondering if many people here have used System.DirectoryServices and the new System.DirectoryServices.ActiveDirectory in .NET 2.0 betas? If so can you...
johnvbrennan2005
johnvbrennan...
Offline Send Email
Jun 1, 2005
10:04 am
3380
Hey John, Yes I have used it quite a bit, have been working on it for a few applications that I am building and this namespace is pretty cool. They have taken...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 1, 2005
10:15 am
3381
It is new to Windows 2003 - and only supported in .NET by .NET Fx 2.0. Otherwise, you would need to use C++ and IDirectorySearch directly. It basically allows...
Ryan Dunn
dunn_rp
Offline Send Email
Jun 1, 2005
12:08 pm
3382
Do you have any sample code using C++ and IDirectorySearch that can do the same as what the code "src.VirtualListView = new DirectoryVirtualListView(0,20,"a")"...
gaoming_fu
Offline Send Email
Jun 1, 2005
10:20 pm
3383
No, but you can find some on MSDN: http://msdn.microsoft.com/library/en-us/adsi/adsi/example_code_for_using_a_vlv_search.asp ... -- Ryan Dunn MVP - ASP.NET...
Ryan Dunn
dunn_rp
Offline Send Email
Jun 1, 2005
11:17 pm
3385
Hello.... I'm trying to design a site to add a new user in a domain, then take the date of it's registeration, and adds to it say 30 days or in hours, minutes,...
eng_shaima1183
Offline Send Email
Jun 2, 2005
10:10 am
3386
Here is a link of some common samples that you might be interested in: ...
Ryan Dunn
dunn_rp
Offline Send Email
Jun 2, 2005
11:54 am
3387
Thanks so much I'll try it. It's in time. Thanks again. Shaima' ... us/sds/sds/quick_list_for_c__code_examples.asp ... ...
eng_shaima1183
Offline Send Email
Jun 2, 2005
12:32 pm
3388
Hi guys, I have this infrastructure set up: [ W2K3 - IIS6 ] <---> [ W2K3 - SQL 2K SP3 ] ... [ W2K3 AD PDC ] I'm using the LogonUser API to impersonate A...
Matias Woloski
woloskim
Offline Send Email
Jun 3, 2005
2:37 pm
3389
Hello...... how can I set the account expiration date to the date on which the account created or changed or even the date on which the password last set plus...
eng_shaima1183
Offline Send Email
Jun 6, 2005
9:07 am
3390
Hello there, To do this you need to be able to edit the LargeInt8 data type. I have two function **which I do not take credit for - Joe Kaplan is the owner of...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 7, 2005
8:12 am
3391
Thanks so much, really I don't know what's to do without your support. I'm glad just to join this group. I'll read these examples carefully. Thanks again... ...
eng_shaima1183
Offline Send Email
Jun 7, 2005
8:35 am
3392
Hey, Can you please show us some code on how you are impersonating so that we can help a little better? Thanks a million Carlos ... user who ... I see the...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 7, 2005
8:58 am
3393
Greetings, Does anybody know how to solve my problem, regarding this: error '8007052e' /ITHelpDesk/Ver1/(Configuration)/init.asp, line 184 Where line 184 is: ...
HCMI DEL ROSARIO, Dan...
danielcarlnigel
Offline Send Email
Jun 8, 2005
2:06 am
3394
Error 8007052e is usually a Logon Failure i.e. Error 8007052E Logon Failure: unknown user name or bad password The Symptoms you get 8007052E when you execute...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 8, 2005
10:24 am
3395
When creating users, will rules such as auto-creating a home directory just work or do we have to specify that? For instance, we have a policy that the user's...
Jason N. Gaylord
jaygaylord
Offline Send Email
Jun 8, 2005
8:26 pm
3396
I'm wanting to know the best way to create new users in Active Directory using VB.net and DirectoryServices. Can anyone point me to a URL or paste something...
bradomail
Offline Send Email
Jun 8, 2005
8:27 pm
3397
So what is the LDAP setting for allowing or denying access to Remote Access for VB.NET? ... are ... information on ... thing ... in ... here is ... ...
Jason N. Gaylord
jaygaylord
Offline Send Email
Jun 8, 2005
8:27 pm
3398
... If you are creating user account from your script or application You have to take care on Your own on creating such things like users folder and mailbox,...
Tomasz Onyszko
t_onyszko
Offline Send Email
Jun 8, 2005
9:09 pm
3399
Thanks for the Exchange stuff. I see that there are 2 properties, homeDrive and homeDirectory, that both are strings. I'll try using those and then set the...
Jason N. Gaylord
jaygaylord
Offline Send Email
Jun 8, 2005
9:32 pm
3400
Just found the msNPAllowDialin property. Since it is a boolean, can I just set a VB.NET boolean value to the property? If not, can I pass in a string like...
Jason N. Gaylord
jaygaylord
Offline Send Email
Jun 8, 2005
9:39 pm
3401
Greetings, I see, thanks for the reply. But is it possible in Windows 2003 to retrieve the User's Fullname information without entering the password of the...
HCMI DEL ROSARIO, Dan...
danielcarlnigel
Offline Send Email
Jun 9, 2005
1:22 am
3402
http://www.codeproject.com/dotnet/addnewuser.asp...
Matt Holland
hollmat1
Offline Send Email
Jun 9, 2005
8:49 pm
3403
... You will still need to CREATE the appropriate directory FIRST in your own code, before setting the "homeDirectory" property, otherwise trying to set it...
Marc Scheuner
m_scheuner
Offline Send Email
Jun 10, 2005
12:23 am
3404
... Well, this is the cause of the error - when creating a user, you need to specify its "AD name" with the cn= prefix for the user! As the schema class name,...
Marc Scheuner
m_scheuner
Offline Send Email
Jun 10, 2005
12:26 am
3405
Yeah. That's what I was planning on doing. Thanks! Jason...
Jason N. Gaylord
jaygaylord
Offline Send Email
Jun 10, 2005
1:17 pm
3406
Is there a way to obtain all AD groups or users from Active Directory no matter what OU they are in? I'm using VB.NET but can convert C#. In other words, my...
Jason N. Gaylord
jaygaylord
Offline Send Email
Jun 10, 2005
1:25 pm
3407
Yes, set your SearchRoot to be the root of the domain or parent of this whole mess, and just specify that you want all users or groups: ...
Ryan Dunn
dunn_rp
Offline Send Email
Jun 10, 2005
4:06 pm
Messages 3377 - 3407 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