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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1050 - 1079 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1050
Kevin, Little snippets to remember with Exchange 5.5 and ADSI First we have a look at the NT-Security-Descriptor for a simple mailbox with one user, the owner:...
Carlos Magalhaes
carloshoshm
Offline Send Email
Oct 1, 2003
10:39 am
1051
Yes there is a way :D But not using AD, and not ONLY (only the important part) using System.DirecotryServices. Vanitha Krishnan contributed to this. Dim...
Carlos Magalhaes
carloshoshm
Offline Send Email
Oct 1, 2003
10:48 am
1052
Hello, i have a problem accessing the department field of users in ASP. In fact i'm unable to get the value of the field whereas there is a value. Marc...
marc_pichouron
Offline Send Email
Oct 1, 2003
11:15 am
1053
Kevin, i dont have a E 5.5 machine to test this on but try this: 'Add a new ace, and add it to DACL Set ace = Create("AccessControlEntry") ace.AceType =...
Carlos Magalhaes
carloshoshm
Offline Send Email
Oct 1, 2003
1:21 pm
1054
Carlos, Phew! Obviously this is more complex than I bargained for. I appreciate the very detailed answer. Kevin ... klarenp) ... ...
Kevin
kevinmoulton
Offline Send Email
Oct 1, 2003
7:47 pm
1055
I can query AD for computers based on domain, but is there a way to discern whether they are actively participating therein? In other words, are domain ...
William Lefkovics
wlefkovics
Offline Send Email
Oct 2, 2003
6:34 am
1056
I haven't come to some sort of "Proper" conclusion with out hacking some Logic together that there is a solid way of determining if computers are actually 1....
Carlos Magalhaes
carloshoshm
Offline Send Email
Oct 2, 2003
8:05 am
1057
Kevin, i dont have a E 5.5 machine to test this on but try this: 'Add a new ace, and add it to DACL Set ace = Create("AccessControlEntry") ace.AceType =...
Carlos Magalhaes
carloshoshm
Offline Send Email
Oct 2, 2003
9:23 am
1058
Went to a nice little demo from MS yesterday on the new 03. Scripting is far more powerful and easier, as it seems that WMI, ADSI, WSH, ETC.. have a common bed...
Brendan Stephens
brendan_step...
Online Now Send Email
Oct 2, 2003
1:26 pm
1059
Ok, anyway... don't forget you can always call external scripts from asp / .net and parse the results... food for thought here peeps.... enumerating machines...
Brendan Stephens
brendan_step...
Online Now Send Email
Oct 2, 2003
3:18 pm
1060
ps. I am updating my intranet application, if anyone has a better user management script/system... I am all ears...no need to reinvent the wheel. I will gladly...
Brendan Stephens
brendan_step...
Online Now Send Email
Oct 2, 2003
3:25 pm
1061
Hi All, I am busy building a helper Library for System.DirectoryServices, in there there will be a number of classes that will actuall already have prebuilt...
Carlos Magalhaes
carloshoshm
Offline Send Email
Oct 3, 2003
2:01 pm
1062
I recently posted a question about an inablity to return groups using System.DirectoryServices. I have overcome the original problem but it has lead to...
scotcurry
Online Now Send Email
Oct 3, 2003
2:20 pm
1063
Everyone can "Read All Properties" of the Domain Object, however "authenticated users" is the base permission set for most objects (read/list). There is a...
Brendan Stephens
brendan_step...
Online Now Send Email
Oct 3, 2003
3:30 pm
1064
Hi All, I have NDS eDirectory. I am trying to Access CN,ADsPath with following VB code. I am getting ADsPath but I am not getting CN , I don't why. I can see...
telivoice2000
Offline Send Email
Oct 5, 2003
10:16 am
1065
Could you please send me this library (source code too, if possible, to build further addons, like list all available domains, ...) regards, Robert ... Von:...
Strahner Robert Alois...
robertaloisf...
Offline Send Email
Oct 5, 2003
10:16 am
1066
I+IBk-m new in this group and in this kind of applications. I would like to interrogate the Active Directory from a TSQL-instruction. Active Directory is...
Eddy De Maerschalck
eddy_demaers...
Offline Send Email
Oct 6, 2003
2:07 pm
1067
Attached is a small VB .NET code extract I've been using to display the "Ras Permisions" attribute for users in our NT 4 Domain. Running this code on Windows...
ral2ad
Offline Send Email
Oct 6, 2003
2:12 pm
1068
Hello! I have a little problem with one script that access AD for some info about users. There is win2000 AD installation, just one AD domain ("single domain ...
Furman Slavomir
slavo_furman
Offline Send Email
Oct 7, 2003
12:49 pm
1069
Hi All, I need to know how to completely maintain AD Schema Structure local to ADAM.If anyone could help me in this could be greatful. Thanks Vanitha Yahoo!...
Vanitha Krishnan
vani_krishnan
Offline Send Email
Oct 7, 2003
12:58 pm
1070
Hello! Can you be more specific what exactly you mean by "completely maintain"? If you like to replicate information z AD to ADAM then you may look at ...
Furman Slavomir
slavo_furman
Offline Send Email
Oct 7, 2003
1:11 pm
1071
Can ne one help on how to get all the user groups of an user from an Active directory? Thanks, Aashish __________________________________ Do you Yahoo!? The...
aashish sssssss
aashish0478
Offline Send Email
Oct 7, 2003
6:56 pm
1072
How do you set ADSI to chase referrals in VBscript? I get the error "A referral was returned by the server" 8007202B on this line: Set...
jim.katoe@...
jkatoe
Offline Send Email
Oct 8, 2003
6:21 am
1073
Hello! This is relatively easy so you may find example of this on many places on the web (Google is your friend). For example, VBScript example is at MS Script...
Furman Slavomir
slavo_furman
Offline Send Email
Oct 8, 2003
7:26 am
1074
Just note that code will not return the users PRIMARY GROUP, by default you can not return the primary group using the MemberOF or Invoke("Groups") method. I...
Carlos Magalhaes
carloshoshm
Offline Send Email
Oct 8, 2003
9:22 am
1075
Also remembering this does not apply to the WinNT provider, the WinNT provider will return the primary group, but we all know that we shouldnt be using the...
Carlos Magalhaes
carloshoshm
Offline Send Email
Oct 8, 2003
9:42 am
1076
Check out the links below, the first link is a link to an answer bout this problem on the list archives and the others are some links I dug up for you just...
Carlos Magalhaes
carloshoshm
Offline Send Email
Oct 8, 2003
10:39 am
1077
Hi, Want to have a copy of AD Schema in ADAM,so that i can manipulate the ADAM without affecting the realtime AD Schema . I tried to Export and Import but it's...
Vanitha Krishnan
vani_krishnan
Offline Send Email
Oct 8, 2003
11:26 am
1078
Hi , Here is the code which can give you the list of Groups for a given user. Code: ArrayList arrResults=new ArrayList(); DirectorySearcher srch = new...
Vanitha Krishnan
vani_krishnan
Offline Send Email
Oct 8, 2003
12:18 pm
1079
Hi, Is that you require to set the User Permission to be set as Access or Denied or looking to set R/W/E permission on the access of the files. Regards Vanitha...
Vanitha Krishnan
vani_krishnan
Offline Send Email
Oct 8, 2003
12:21 pm
Messages 1050 - 1079 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