About 1,150,000 results
Open links in new tab
  1. How to extract all users information from Active Directory

    Aug 3, 2022 · How to extract all users information from Active Directory Asked 3 years, 4 months ago Modified 3 years, 4 months ago Viewed 21k times

  2. Active Directory: Retrieve User information - Stack Overflow

    Mar 10, 2009 · The Active Directory schema reference will be useful. Do understand that the schema can be modified and extended (e.g. installing Exchange will add mailbox information to users).

  3. c# - How can I retrieve Active Directory users by Common Name more ...

    I am querying information from Active Directory. I have code that works, but it's really slow. This is the code I currently use: static void Main(string[] args) { SearchResultCollec...

  4. How can I get a list of users from active directory?

    Mar 2, 2011 · If you are new to Active Directory, I suggest you should understand how Active Directory stores data first. Active Directory is actually a LDAP server. Objects stored in LDAP server are stored …

  5. Extract AD User information via ADSI - Stack Overflow

    Jun 8, 2015 · How can I get these properties for a user via ADSI LDAP, these are the properties from Get-ADUser, I need the equivalent for ADSI. Enabled PasswordNeverExpires PasswordExpired …

  6. Updating Active Directory Field from Csv - Stack Overflow

    Jan 12, 2023 · Active Directory Users and Computers displays Telephone Number, the AD Attribute is telephoneNumber, but Set-ADUser oddly uses the parameter OfficePhone for setting it.

  7. Accessing user details using Active Directory in an ASP.NET Core MVC ...

    Jul 22, 2020 · That code takes the username of the user who logged into your website and looks it up on your domain to find more information about the person. var username = User.Identity.Name; The …

  8. What are the minimum permissions required to search or query Active ...

    Nov 19, 2021 · I have been able to enumerate Users, Groups and Group Members in Active Directory when I am logged in Administrator or Domain User in C#. I would like to know which type of Users …

  9. How to get all the user's details from Active Directory using LDAP

    I need to get all the user's details from Active directory using LDAP. The following code does gives Samaccountname as 'Administrator' but not each user's details and no mail ID is found in the list.

  10. Get user information (groups, full name) from Active Directory

    Sep 13, 2020 · The server has to identify the user and get their groups and full name from Active Directory. The web application then should just fetch this information from the server in a form of the …