How to use the Whoami command

"Who am I;" is a philosophical question for late night discussions. Whoami, on the other hand is an extremely useful command of the .

When you run the whoami command in a line box on Windows without additional commands, you'll see the bare minimum details: the current domain and username, in the form domain\username (if you're signed in with a local account or a Microsoft account, domain will show your computer name ).

Run the Whoami command with /? and you will see the help that displays the options for displaying and formatting additional information for the currently logged in user account.

For results, use the whoami /all command, and it will display the security identifier (SID) for the current user, along with information about group membership and privileges.

The /fo list switch changes the default from a table (which can be hard to read) to an ordered list.

Use the / fo csv switch to change the appearance of the results to comma-separated values, which you can enter into a spreadsheet.

WHOAMI Parameter list:

/ UPN : displays the user name in User Principal Name (UPN) format.
/ FQDN : displays the user name in Fully Qualified Distinguished Name (FQDN) format.
/ USER : displays information about the logged in user along with the security identifier (SID).
/ GROUPS : displays the group membership for the logged in user, account type, security identifiers (SID) and properties.
/ PRIV : displays the security privileges for the logged in user.
/ LOGONID : displays the logon ID for the logged in user.
/ ALL: Displays user name for the logged in user, groups, security identifiers (SID) and privileges.
/ FO format : output format in TABLE, LIST, CSV values.
/ NH : says in column not appear in the output. It only works for TABLE and CSV formats.
/? : help.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).