Top "Active-directory" questions

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

Listing users in ad group recursively with powershell script without CmdLets

I'm trying to list everyone in a security group in an active directory without using CmdLets in PowerShell. The weird …

powershell active-directory ldap active-directory-group
Working with DirectoryServices in ASP.NET Core

I am upgrading my ASP.NET Core RC1 application to RC2. I have some references to System.DirectoryServices and System.…

c# asp.net-core active-directory ldap
LDAP through Ruby or Rails

I've been attempting to hook a Rails application up to ActiveDirectory. I'll be synchronizing data about users between AD and …

ruby-on-rails ruby active-directory ldap
using windows authentication with active directory groups as roles

I've read several questions on this topic, such as here, here, here and here; but none have provided a working …

asp.net-mvc active-directory windows-authentication
How to get clientId and clientsecret for Azure (ARM) deployment template

I want to automate my Azure resource management, and I'm using the ARM templates to do so. If I want …

c# azure active-directory azure-resource-manager
ASP .NET MVC Forms authorization with Active Directory groups

I'm attempting to authenticate using users and groups in ASP.NET MVC against Active Directory. I have put the following …

.net asp.net-mvc active-directory
How do I get the current windows user's name in username@domain format?

I know that the following function returns the current Windows user's name in domain\username format. Convert.ToString( WindowsIdentity.GetCurrent().…

c# windows security active-directory windows-identity
LDIF for creating Active Directory users and groups in OpenLDAP?

I have a web application that uses Active Directory to authenticate users, and I'm trying to replace AD with OpenLDAP. …

active-directory openldap
single line LDAP query that enumerates users from a group within a supergroup

I have a scheme that looks like this: Users exist like UserA, UserB, UserC. Groups exist like OverGroup, SubGroup. OverGroup …

active-directory ldap
Query AD Group Membership Recursively Through SQL

Background I'm creating some SQL to assist with security auditing; this will take security info from various systems databases and …

tsql active-directory sql-server-2008-r2 adsi ldap-query