Top "Active-directory" questions

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

How to get all groups that a user is a member of?

PowerShell's Get-ADGroupMember cmdlet returns members of a specific group. Is there a cmdlet or property to get all the groups …

powershell active-directory powershell-2.0
What are the differences between LDAP and Active Directory?

What are the differences between LDAP and Active Directory?

active-directory ldap
What are CN, OU, DC in an LDAP search?

I have a search query in LDAP like this. What exactly does this query mean? ("CN=Dev-India,OU=Distribution Groups,…

active-directory ldap ldap-query
"Active Directory Users and Computers" MMC snap-in for Windows 7?

Is there an equivalent tool available for use in Windows 7? I just need to browse the membership of some small …

windows-7 active-directory
Validate a username and password against Active Directory?

How can I validate a username and password against Active Directory? I simply want to check if a username and …

c# authentication active-directory
Gradle proxy configuration

I need web access from Gradle through a proxy server to use the Gradle/Artifactory integration for Jenkins. To reduce …

java proxy active-directory windows-server-2008 gradle
Query to list all users of a certain group

How can I use a a search filter to display users of a specific group? I've tried the following: (& (…

active-directory ldap ldap-query
Active Directory LDAP Query by sAMAccountName and Domain

How do you do a query of an LDAP store by sAMAccountName and Domain? What is the "domain" property named …

active-directory ldap ldap-query
Get user's non-truncated Active Directory groups from command line

I often use the net user command to have a look at AD groups for a user: net user /DOMAIN &…

windows cmd active-directory