About 28,200 results
Open links in new tab
  1. What is the Windows equivalent of Unix "whoami" command?

    5 It depends on your specific OS, but the whoami command is available as part of the Windows 2000 Resource Kit and Windows XP SP2 Support Tools.

  2. Neither "net" nor "whoami" show distribution groups

    Aug 15, 2024 · whoami /groups net user myUser /domain net group | findstr myGroup gpresult /r | findstr myGroup While gpresult /r documents to only show security groups and not distribution …

  3. How can I find out what Active Directory groups I'm a member of?

    Jul 27, 2023 · I'm running a Windows XP desktop in a corporate environment. How can I find out which Active Directory groups I belong to?

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

    Aug 19, 2013 · 25 If you need to see your own groups, there's whoami /groups: Displays the user groups to which the current user belongs. The advantage of this command over net user …

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

  6. windows - whoami /priv for another user - Server Fault

    Oct 5, 2016 · whoami /priv for another user Ask Question Asked 9 years, 3 months ago Modified 2 days ago

  7. Retrieve current domain user's full name - Server Fault

    Jan 29, 2015 · Using PowerShell, how can I get the currently logged on domain user's full name (not only its username) without the need of the ActiveDirectory module?

  8. linux - Evaluation of backticks in bash - Server Fault

    I'm confused about the evaluation of backticks in bash. I've seen code like this before which makes sense: RESULT=`whoami` This stores the output of the whoami command in the …

  9. Why does wmic report another SID than whoami /user?

    Jan 5, 2021 · Why does wmic report another SID than whoami /user? Ask Question Asked 5 years, 11 months ago Modified 5 years, 11 months ago

  10. Running Ansible task as a specific user - Server Fault

    Jan 26, 2015 · Running this task shows me that whoami command returns a different user than I defined in the task (precisely, returns the user which is defined in hosts file called ubuntu).