One Windows Command Every IT Admin Should Know

Here’s a genuinely useful (and somewhat underappreciated) Windows command:

whoami /all

What it does:
Shows everything about the currently logged-in user — including:

  • User SID
  • Group memberships
  • Privileges (like admin rights, UAC elevation, etc.)
  • Logon type

Command:

whoami /all

Why it’s nice to know:

  • Great for troubleshooting permission issues
  • Quickly confirms if a user actually has admin rights
  • Helps with domain/debugging scenarios (especially in enterprise environments)
0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *