About 145,000 results
Open links in new tab
  1. How can I find all groups a user belongs to via DSQUERY

    May 4, 2011 · How can I find all groups for a specific user (groups for which the user is assigned) using dsquery?

  2. Get list of AD groups a user is a member of - Server Fault

    Aug 19, 2013 · 87 Suppose I have the user id of a user in Active Directory. I'd like to get a list of all AD groups in which that user is currently a member of. How can I do this from the Windows …

  3. Command line active directory query email address for username

    On Windows XP in an Active directory environment - what is the easiest way for me to query a user's email address from AD given their username on the command line.

  4. active directory - dsquery results inconsistency - Server Fault

    Sep 4, 2020 · Why dsquery without specifying DC always fails to find user and ADUaC alays succeeds? Why dsquery returns result only from a different DC, but on from current DC when …

  5. windows - dsquery remote AD server - Server Fault

    2 Im attempting to do a dsquery on a remoter AD server that I have access to through my network (No UN and PASS required). dsquery server -s <server name> is supposed to connect me to …

  6. Active Directory - Bulk updating user information using Excel.

    Oct 16, 2009 · The command line employs Dsquery.exe and Dsmod.exe, utility programs which are included in the Windows Server 2003 Administration Tools Pack. An example of a …

  7. How to let non-admins manage selected domain groups' …

    Apr 16, 2015 · You can specify the managedBy attribute, and check the box for "Manager can update membership list". (This grants write permission for the Member attribute.) The person …

  8. Is there a Windows command line utility to verify user credentials ...

    The runas command would work, too, except that you're going to have a tougher time testing the output. Testing a credential for the existence of an account would be a matter of using net user …

  9. Change user password on other domain command line

    Sep 25, 2014 · I'd like to change user's password using cmd.exe on domain account. I tried net user user_name * /domain but it doesn't work, because my user is on another domain.

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

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