About 4,390,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 · 0 I've used a standard LDAP library to retrieve information from an Active Directory server, but you'd have to verify that the data you need is available via the LDAP server's schema. In …

  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 · The properties SamAccountName, Name, and Mail correspond to AD attributes of the same name. PasswordLastSet is derived from the attribute pwdLastSet. The other 3 properties …

  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. 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 …

  8. javascript - Retrieving User Information from LDAP Active Directory ...

    May 19, 2024 · Retrieving User Information from LDAP Active Directory Server with Node.js using ldapjs package Asked 1 year, 6 months ago Modified 10 months ago Viewed 424 times

  9. 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 …

  10. Does Active Directory Store the last user logon information?

    May 3, 2024 · More specifically - does Active Directory store this information in a place other than a computer? I have a lost computer in a domain environment and I am not a AD admin but do have …