I am trying to get user information from a Novell eDirectory 8.7 server. I am able to get certain information, but am unable to obtain the users GUID, which...
Hi Nick, How about tell us a little bit about your network i.e. the server your trying to connect to, ports, are you running any windows clients etc, and we ...
Nick, I've been doing it for about a year with no major problems, but there were some bumps. lessons learned: * beware the ADSI ldap schema cache ! I learned...
Hi there, I don't see any problem with that - just remember to back up your schema before you do anything - :P Retrieving the memberof for the user can prove...
I'm trying to enumerate the available NT and W2k) domains, and got a result that's performance is rather bad, moreover not quite correct. Is there a general...
Hello, work??? I want enable account... public const int UF_NORMAL_ACCOUNT = 0x0200; entry.Properties["userAccountControl"].Add(UF_NORMAL_ACCOUNT); I ...
Hi, We want to build a global person directory where a person might be a member of different entities which will be represented as OU in the directory (for ...
Though I know some ADSI, I am not a 2K Exchange Admin... I have become the target of a Spammer, and even worse, one who is running a massive viral campaign. I...
Anyone have a VB script that can be run in GPO startup/shutdown that unlocks local accounts? We have some problems with deborm virus that are locking out...
Hi! I'm no ADSI programmer really. But we have this intranet project and we want to list all the users (and groups) within our domain. I tried a code snippet I...
Paul- This script will return the machine name, OS version, and service pack level. It won't identify the server's role, but you could include Robbie Allen's...
Hi I have a problem like this. Our organization has three LDAP servers (iPlanet 5.1). My application should check programatically for closest LDAP server for...
Hi everyone, I'm creating a rather large volume of users, and all of them do not want to appear in the global address list, GAL. Does anyone know what...
I have had server outages over the past few days. Exchange Server decided it had enough problems of it's own and could no longer be burdened with my email...
One way I have found very effective but can be tedious to work with is checking that users credentials against the ACL's of that container. I have found...
Hi Guys, I am trying to make an Active Directory Browswer. I want to know how can I determine the logon users access rights. Meaning suppose, UserA logs in,...
Hello All I am trying to integrate Active Directory with an ASP.NET application (written in C#) to use Active Directory for the security. Here is what I am...
Hi, I'm facing the problem in adding a user to a specified group .If anyone have worked with this can you help me in this issue. Regards Vanitha Win TVs,...
Hi Guys, I want to run through a whole bunch of servers to capture their OS version and domain role i.e. PDC/BDC/Member server. I know I can do this using WMI ...
Could you also PLEASE post the error message so we can diagnose. It would also be helpful if you could answer the following questions below: a. Are you running...
Hi there, I don't think the following is possible using ADSI: <<YOU WROTE>>> Possible view a history of his/her recent logins and which workstation was used. ...
How do I make it so I can start at the AD root and drill down to the object and hit the command button? example: browse for a user and then set the "must...
I work in a company that has just moved from an NT domain to AD. They are actually still using primarily NT machines to login to the domain. My question is...
Hi all, I am new to ADSI. I am using ASP.net for creating user,deleting user,creating groups,deleting groups... I am using directoryservices component for user...
Hi, I getting this error when i try to execute the following statements in the asp.net applications.It could be greatful if someone can tell me why i'm facing...
Hi all, I am reading a quite comprehensive LDAP document , not really AD specific but , i see that there are a list of "MAX" values specified, i.e. ...