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:...
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...
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...
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 =...
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 ...
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....
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 =...
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...
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...
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...
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...
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...
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...
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...
Could you please send me this library (source code too, if possible, to build further addons, like list all available domains, ...) regards, Robert ... Von:...
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...
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...
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 ...
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!...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...