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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3481 - 3511 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3481
Yes, but with .NET, not script. Joe K. ... From: "Bill" <onebroncofan@...> To: <ADSIANDDirectoryServices@yahoogroups.com> Sent: Thursday, June 30, 2005...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 1, 2005
6:14 pm
3482
Hello there I know that you have to be on an exchange server to be able to use "createmailbox" method. I received the error "The directory property cannot be...
Sameh Ahmed Abdel Fat...
essopluss
Offline Send Email
Jul 3, 2005
3:36 pm
3483
Hi All, I would like to retrieve user properties from ad. I am really interested in few of them for now; one of them is the "Account is locked out" property...
Ignazio Castellana
ighione
Offline Send Email
Jul 5, 2005
3:51 pm
3484
I am creating distribution lists with my program by adding the group to the parent OU and then setting the sAMAccountName and groupType properties. I am then...
Yantis, Richard
yantran52
Offline Send Email
Jul 5, 2005
3:51 pm
3485
Hi guys, found myself an answer. I thought this link might help others with my same problem. ...
Ignazio Castellana
ighione
Offline Send Email
Jul 5, 2005
6:28 pm
3486
It might not be entirely obvious from that particular documentation, but 'Account is Locked' requires a bit of special handling: ...
Ryan Dunn
dunn_rp
Offline Send Email
Jul 5, 2005
6:31 pm
3487
For vb scripts check this link http://www.rallenhome.com/books/winsckbk/code.html For C# code check this link ...
Vivek_Sol
vkumbhojkar
Offline Send Email
Jul 5, 2005
7:13 pm
3488
... From: Ryan Dunn To: ADSIANDDirectoryServices@yahoogroups.com Sent: Wednesday, July 06, 2005 12:01 AM Subject: Re: [ADSI-DirSrv] User Properties It might...
Vivek_Sol
vkumbhojkar
Offline Send Email
Jul 5, 2005
7:44 pm
3489
Hi, I want to know if ADSI work could wotk with Lotus notes to create email and other atributtes. Thank __________________________________________________ Do...
MARCELO QUINONS
marceloed2006
Offline Send Email
Jul 5, 2005
9:07 pm
3490
Hi friends, I have one problem. Now I am chatting with one person, that person how to catch my System IP Address its possible, they are using any software....
suresh kumar
vlrvb
Offline Send Email
Jul 6, 2005
2:27 pm
3491
yes we can please go through following link ...
Vivek_Sol
vkumbhojkar
Offline Send Email
Jul 7, 2005
5:17 am
3492
hi is there any script through which we can get the mail quota applied to a mail box in exchange 2000 server in active directory. Thanks in advance Sameer ...
Sameer Bhatkar
mail_sameerb
Offline Send Email
Jul 7, 2005
5:18 am
3493
Hello, I'm a newbie to ADSI with C#. I'm able to loop through user properties in an OU but when it display's the users objectsid it displays as System.Byte....
biozaal
Offline Send Email
Jul 7, 2005
5:18 am
3494
For 1.1 of the Fx, we need to use a p/invoke to properly read a SID. If you search for "ConvertSidToStringSid" on pinvoke.net you can find a number of examples...
Ryan Dunn
dunn_rp
Offline Send Email
Jul 7, 2005
12:57 pm
3495
Hi, Im creating users in AD from a sql database. If i create 2,3.. 10 users its ok. When i create 27.... 40 .. 50 users the following strange error message ...
SAPIA - Filipe
filipeclemente
Offline Send Email
Jul 7, 2005
3:47 pm
3496
One thing on this though. If you just want the SID in binary format, this will work: byte[] binSid = (byte[]) entry.Properties["objectSid"].Value; From there,...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 7, 2005
7:08 pm
3497
Thank you, Marc, for your answer. Actually, you are correct. I couldn't bind to the User object. Here is the code that failed. Set UserObj =...
aspnicole
Offline Send Email
Jul 8, 2005
4:37 am
3499
Hi Nicole, ... That would be 0x80072020 in hex - and it says "An Operations Error Occured" - not very helpful. The point is though: you're in an ASP...
Marc Scheuner
m_scheuner
Offline Send Email
Jul 8, 2005
4:43 am
3500
... I am not 100% sure I understand what you're asking - someone is chatting with you (how? Through ICQ?) and gets at your IP address? I don't see how this is...
Marc Scheuner
m_scheuner
Offline Send Email
Jul 8, 2005
4:46 am
3501
Hi Everybody , I have a problem with my DC In event viewer of system part. There are multiple accounts with name cifs/Rad01 of type DS_SERVICE_PRINCIPAL_NAME....
Serkan Gülten
sgulten
Offline Send Email
Jul 8, 2005
10:27 am
3502
This same problem was resolved on the MS newsgroups just a week ago: ...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 8, 2005
12:38 pm
3503
Try doing this.... IADsUser usr = objDS.NativeObject; // may need to type cast and call usr.ChnagePassword(...) You need to add reference to ActiveDS.dll... ...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Jul 8, 2005
2:48 pm
3504
ChangePassword and SetPassword are distinctly different and cannot be interchanged. The behavior between using Reflection or strongly typing the call makes no...
Ryan Dunn
dunn_rp
Offline Send Email
Jul 8, 2005
3:03 pm
3505
Hi, Thanks for your answers. Im using the domain administrator to set the password. I pass the administrator username and password in every call to...
SAPIA - Filipe
filipeclemente
Offline Send Email
Jul 8, 2005
6:44 pm
3506
sorry I missed it . To call changepassword(), credentials used should be either administrator or account operator. Vivek Kubhojkar ... From: Ryan Dunn To:...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Jul 8, 2005
9:48 pm
3507
Hi, # if you are trying to setpassword of newly created object you must call Setinfo or CommitChnages before SetPassword # SetPassword will not work from ASP...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Jul 8, 2005
9:48 pm
3508
Hi Sameer, strComputer = "<Exchange Server>" 'e.g. ExchServer2 set objWMI = GetObject("winmgmts:\\" & strComputer & _ "\root\MicrosoftExchangeV2") set objMbxs...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Jul 8, 2005
9:48 pm
3509
My guess is that your code is actually using the NetUserSetInfo path in the code to set the user's password and is hitting some bizarre RPC error as a result. ...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 10, 2005
9:14 pm
3510
Hello, I am just startig work on .NET Role based security and want my VB.NET methods to use declarative role based security. Conisdering that both my...
tamsila_amjad
Offline Send Email
Jul 11, 2005
11:44 am
3511
Hope this link will help you http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/html/secmod81.asp Click on Directory Services -Vivek...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Jul 11, 2005
1:05 pm
Messages 3481 - 3511 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