Hello I have created 3 ADAM Instance. How do I remove 1 instance including their configuration instance also. Is there any GUI tool available on ADAM other...
Question: I have two active directory domain groups in my organization. I am trying to find out who has admin right access to their local machines. I tried to...
Hi all, Can you please tell me how to edit the domain policy values which is stored in the Sysvol folder programatically using C#.As you all know, the GPO is...
Dear All, i need your help regarding group policy. i have set account locked out policy in DC with 5 invalid attempt. one problem i suddenly face for a week...
Hi All, Actually the situation is like: I have to search for a user in Active Directory domain. For that I am giving LDAP path. But the User for which I wish...
Hi All, I am facing one problem while trying to change the Password using following method: DE.Invoke("ChangePassword", new object[] { oldPassword, newPassword...
I am facing this problem.My aim is to add multiple computers into a domain.I am using the "JoinDomainorWorkgroup" method.But i am not able to add my test...
hi all what are the C# classes used to get/set domain wide password policy and account lockout policy.how do i view the values for the same using C#.net...
Hi, I know this is slightly off topic, but this group seems to be the smartest regarding AD. If I have two domains DomA and DOMB with a firewall between them. ...
Can anyone here let me know how to Set newly created AD User's Password ? Actually I am creating a new user in Active Directory using my C# code. It is created...
Hello We are using ADAM with MOSS. I want to generate a information for a particular user i.e. user attribues using vbs. Is there any way to generate this...
Hello I am trying to create/update an existing code which I used for SQL FBA Login. Now I am using same code with ADAM FBA Login. This code I am using for...
Hi, Here is the code that i am using to authenticate a user. this works fine when i work with localhost(asp.net 2005 inbuilt iis). but when i deployed the page...
Hi everybody, I want to authenticate users from multiple active directory domains. It was working fine with Application Pool Identity "NetWork Servcie" but...
Hello In Sharepoint Central Admin - User profile Properties - Can I map ADAM Password to New User Profile Properties? So I need not not to give Change Password...
Hi, I have one service running on 2003 server. This service talks with AD and gets the members of some groups from whole forest. This service gets user...
I know: Name of server is DIP Name of Group is Farm_group I need a page with code in ASP classic NO NET!... create a page in ASP with a box and button. In the...
Sorry if this question was already asked before - but I was not able to find it - I need to verify user name and password, I don't need any edits to be done -...
Kindly let me know following questions What are the requirement for Active Directory Client. How an client PC retrieve the GPO setting from Active Directory...
Dear All, I've tried to change password of user in Active directory using the below code. But it throws error like "System.UnauthorizedAccessException and...
Dear All, I have tried to access the Active Directory user details throught C# console application. But i got the error as "Error authentication user. The...
Simple Script running on Windows Server 2003. Error it returns is UserAccountInfo.vbs(12, 2) Provider: Table does not exist. Call DisabledAccounts Sub...
Hi guys, My company is currently migrating servers from Win2k to Win2k3. However, we encountered a problem wherein a line from our ADSI code, which works...
Hello, Was actually referred to your group for questions about a vbs file I converted over to asp which runs a LDAP query for various user info fields. I am...
I have written an pair or extensive web services using ADSI SDS programming against multiple applications on multiple ADAM instances. When I am working against...
I have a client with two AD domains. One is "Intranet" and the other is "SecureIntranet". There is a one way trust set up so that users logging in to the...
I am updating some code which integrate a web application with AD and Exchange but have found a gaping hole in the old system - they had only coded for...
Hello NG, Is it possible to finde the last user login on the workstation in Active Directory? Which propertie contains this information? PS: I would like to...