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:
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)
Leave a Reply
Want to join the discussion?Feel free to contribute!