locked
Find out domain account members of RRS feed

  • Question

  • Hi,
    I had use the below given command to view the currently logged on user's member of 
    1. C:\>whoami /groups
    2. C:\>gpresult /v
    3. C:\>net group /domain
    The above only display currently logged on user.
    4. C:\>adfind.exe (joeware.net) also do the same, but I need something more then this.i.e. other than currently logged on user to find out the list of  member groups.
    How can I find out any other user's member of my DOS Console or the user's DOS Console.
    Please suggest.


    • Moved by Bill_Stewart Tuesday, December 5, 2017 3:11 PM Unanswerable drive-by question
    Tuesday, October 24, 2017 2:16 PM

All replies

  • There is no DOS console in Windows.

    You can use PowerShell AD CmdLets to get a users groups.

    Get-AdPrincipalGroupMembership user01

    You can use the ad utility commands.


    \_(ツ)_/

    Tuesday, October 24, 2017 2:38 PM