Top "Active-directory" questions

Active Directory (AD) is a distributed directory service created by Microsoft.

Import-Module : The specified module 'activedirectory' was not loaded because no valid module file was found in any module directory

I am having trouble doing an import-module ActiveDirectory on a Server 2008 SP2 (64 bit). NET Framework 3.5 SP1 is installed I download …

active-directory windows-server-2008 powershell-2.0
How can I find out which server hosts LDAP on my windows domain?

I am trying develop an application (C#) to query an LDAP server. I don't know the actual server named to …

asp.net active-directory ldap
LDAP root query syntax to search more than one specific OU

I need to run a single LDAP query that will search through two specific organization units (OU) in the root …

active-directory ldap ou
How to get the current user's Active Directory details in C#

I am working on an C# and ASP.Net application, that uses Windows Authentication. i.e. in Web.config: <…

c# .net active-directory ldap windows-authentication
A positional parameter cannot be found that accepts argument "xxx"

I am trying to understand what this error actually means. So far a search of similar help requests for this …

powershell active-directory
Quick way to retrieve user information Active Directory

How to query user information from Active Directory? I have code that works, but it's really slow. I'm using C#. …

c# active-directory
Finding CN of users in Active Directory

I'm trying to find the Base DN of the user that can access or controls all the users in Active …

active-directory ldap distinguishedname
How can I verify if an AD account is locked?

I want to know if it is possible to verify if a specific AD account is locked. The command Get-ADUser …

powershell active-directory
Error 0x80005000 and DirectoryServices

I'm trying to run a simple LDAP query using directory services in .Net. DirectoryEntry directoryEntry = new DirectoryEntry("LDAP://someserver.contoso.…

c# .net wcf active-directory directoryservices
How to connect with Java into Active Directory

I am using Weblogic, Ejb3.0. Java 1.6 I need to access Active Directory via Java code. I read about several ways (…

java jakarta-ee active-directory ldap kerberos