About 234,000 results
Open links in new tab
  1. active directory - How to view all users and groups in AD without ...

    Open File Explorer, select Network, and you should see a button in the toolbar labeled "Search Active Directory". Depending on your permissions, it will let you search users and groups by …

  2. windows - Search AD by GUID - Server Fault

    Sep 12, 2011 · How do I search Active Directory for objects by GUID? In other words, what would be a good way to find what objects belong to specified GUIDs?

  3. How can I list the Active Directory user attributes from a linux ...

    Nov 19, 2015 · 21 How can I list the Active directory user attributes from a Linux computer? The Linux computer is already joined to the domain. I can use 'getent' to get the user and group …

  4. active directory - Powershell script to find AD user with firstname …

    Jun 2, 2020 · I wrote a script to find users in AD using their firstname and lastname from a csv file. When i execute the script, I dont get any output. Also no error.... Please ...

  5. Command line to list users in a Windows Active Directory group?

    Is there a command line way to list all the users in a particular Active Directory group? I can see who is in the group by going to Manage Computer --> Local User / Groups --> Groups and …

  6. How do I find orphaned computer objects in Active Directory …

    Aug 9, 2012 · How can I find all computer accounts in my Active Directory domain that have been inactive for x days using PowerShell? Note that I do actually know how to do this. This is a self …

  7. Find the GPO name with an GUID? - Server Fault

    LDAP? That guid is an attribute on an object in Active Directory, so yes you can query for it: (&(objectCategory=groupPolicyContainer)(name={D45A4D0F-77BE-4116-9F5B …

  8. Active Directory/Exchange list users and mobile numbers

    Jan 7, 2016 · How can I use Active Directory Powershell or Exchange Management Shell to list all users and they're mobile numbers?

  9. active directory - How to let non-admins manage selected domain …

    Apr 16, 2015 · I'm on Windows Server 2012, Active Directory is on and working. All the project we manage have 2 dedicated groups, one for managers with access to all related files (including …

  10. Retrieve user details from Active Directory using SID

    Apr 16, 2017 · The "LDAP way" to do this would be to retrieve the base object with the GUID (or SID), which will retrieve only the base object and not have additional class data attached. …